Skip to content

Commit

Permalink
chore: hide global banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Dec 12, 2023
1 parent 858d05b commit 9386489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Header = (props: HeaderProps) => {
}}
{...props}
>
<GlobalBanner />
{/* <GlobalBanner /> */}
<Box
zIndex="1"
position="relative"
Expand Down

1 comment on commit 9386489

@vercel
Copy link

@vercel vercel bot commented on 9386489 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.