Mobile fixes.
Some checks are pending
Create docker images (cloud) / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run

This commit is contained in:
Mike Cao 2025-10-14 23:10:27 -07:00
parent 5c3a6ce8ce
commit 9df012084d
3 changed files with 9 additions and 2 deletions

View file

@ -16,6 +16,7 @@ import { useMessages, useNavigation } from '@/components/hooks';
import Link from 'next/link';
import { WebsiteNav } from '@/app/(main)/websites/[websiteId]/WebsiteNav';
import { Logo } from '@/components/svg';
import { NavButton } from '@/components/input/NavButton';
export function MobileNav() {
const { formatMessage, labels } = useMessages();
@ -53,6 +54,7 @@ export function MobileNav() {
<Modal position="left" offset="80px">
<Dialog variant="sheet">
<NavMenu padding="3">
<NavButton />
{links.map(link => {
return (
<Link key={link.id} href={link.path}>