Fixing navbar dropdown. (#436)

- Fixes #431
This commit is contained in:
Dessalines 2024-10-29 12:38:36 -04:00 committed by GitHub
parent 5fda99a9fc
commit 5adc05eb63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,9 +115,9 @@ export const Navbar = ({ footer = false }) => (
"dropdown-top": footer,
})}
>
<label className="btn btn-ghost lg:hidden">
<div tabIndex={0} role="button" className="btn btn-ghost lg:hidden">
<Icon icon="align-right" size={IconSize.Large} />
</label>
</div>
<ul className="menu menu-sm dropdown-content z-[1] p-2 shadow bg-neutral-800 rounded-box w-52 items-center mt-3">
<NavLinks />
</ul>