Skip to content

Commit

Permalink
fi: disabled menu icon hamb in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielduete committed Sep 20, 2023
1 parent b43db56 commit 0ab8484
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

0 comments on commit 0ab8484

Please sign in to comment.