mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
update hidden state
This commit is contained in:
@@ -124,7 +124,7 @@ function CollapsibleTabMenu({ tabs }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="flex items-center justify-end lg:hidden">
|
||||
<div className="flex items-center justify-end 2xl:hidden xl:hidden lg:hidden md:hidden">
|
||||
<button onClick={toggleMenu} className="focus:outline-none">
|
||||
<FaBars size={24} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user