Skip to content

Commit

Permalink
feat: test webhook notifications Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jul 20, 2024
1 parent 7889ad8 commit 0f195f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const Header = () => {
<header className="sticky top-0 z-50 mx-auto w-full max-w-7xl p-1 md:p-4">
<div className="flex items-center justify-between rounded-lg bg-neutral-50/50 p-2 md:p-4 dark:bg-neutral-950/30 backdrop-blur-md">
<Logo />
Hello
</div>
</header>
);
Expand Down

0 comments on commit 0f195f2

Please sign in to comment.