Skip to content

Commit

Permalink
Made the menu item hidden in bigger screen, copllapsible side nav tut…
Browse files Browse the repository at this point in the history
…orial
  • Loading branch information
hqasmei committed Jun 19, 2024
1 parent 025aa54 commit ee83b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collapsible-side-nav/src/app/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Header() {
</DropdownMenuContent>
</DropdownMenu>

<button onClick={() => setIsOpen(true)}>
<button onClick={() => setIsOpen(true)} className='block sm:hidden'>
<Menu size={24} />
</button>

Expand Down

0 comments on commit ee83b60

Please sign in to comment.