Skip to content

Commit

Permalink
Merge pull request #20 from gabrielduete/fix/disabled-menu-desktop-in…
Browse files Browse the repository at this point in the history
…-deploy
  • Loading branch information
gabrielduete authored Sep 20, 2023
2 parents b43db56 + 0ab8484 commit dc33466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const Header = () => {
<nav className='hidden xl:block'>
<Texts items={TEXTS_SIDEBAR} />
</nav>
<MenuIcon onClick={() => setIsOpen(true)} className='block xl:hidden' />
<div className='hidden max-xl:block'>
<MenuIcon onClick={() => setIsOpen(true)} />
</div>
</div>
</header>
)
Expand Down

1 comment on commit dc33466

@vercel
Copy link

@vercel vercel bot commented on dc33466 Sep 20, 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.