Skip to content

Commit

Permalink
Make navbar more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyorre committed Jan 26, 2025
1 parent 7aceed2 commit 976eb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function MainNav({
</Link>
}
</NavbarBrand>
<NavbarContent className="gap-4" justify="center">
<NavbarContent className="gap-4 hidden sm:flex" justify="center">
{pathname in anchors ? anchors[pathname].map((link, i) =>
<NavbarItem key={i}>
<a
Expand Down

0 comments on commit 976eb30

Please # to comment.