Skip to content

Commit

Permalink
fix: changed breakpoint to md nextui-org#2629
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinidhi.upadhyaya committed Apr 2, 2024
1 parent c188e4d commit ce3a1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/navbar/stories/navbar.stories.tsx
Expand Up @@ -176,7 +176,7 @@ const WithMenuTemplate = (args: NavbarProps) => {
<p className="font-bold hidden sm:block text-inherit">ACME</p>
</NavbarBrand>
</NavbarContent>
<NavbarContent className="hidden sm:flex">
<NavbarContent className="hidden md:flex">
<NavbarItem>
<Link color="foreground" href="#">
Features
Expand Down

0 comments on commit ce3a1fb

Please sign in to comment.