Fixed mobile menus.
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
Mike Cao 2026-01-29 09:23:53 -08:00
parent 9b310dacef
commit abfb78bb98
3 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ export function MobileNav() {
{({ close }) => {
return (
<>
<NavMenu padding="3" onItemClick={close} border="bottom">
<NavMenu padding="3" onItemClick={close} border="bottom" width="100%">
<NavButton />
{links.map(link => {
return (