Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Jan 26, 2024
1 parent efb5dd6 commit 8cf59f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/header/menu/menu-icon/menu-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ const MenuIcon: FC<MenuIconProps> = ({ className }) => {

return (
<div
className={classnames('relative z-30 h-5 w-7 cursor-pointer', className)}
className={classnames(
'relative h-5 w-7 cursor-pointer md:static',
className
)}
onClick={toggleMenu}
>
<MenuIconBar
Expand Down

0 comments on commit 8cf59f2

Please sign in to comment.