Skip to content

Commit

Permalink
fix(docs): changed breakpoint to md (#2630)
Browse files Browse the repository at this point in the history
Co-authored-by: shrinidhi.upadhyaya <[email protected]>
  • Loading branch information
ShrinidhiUpadhyaya and shrinidhi.upadhyaya authored Sep 3, 2024
1 parent 3d68655 commit 87336c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/navbar/stories/navbar.stories.tsx
Original file line number Diff line number Diff line change
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 87336c7

Please sign in to comment.