From 9df012084d958fbd2d6cbe7d0a83cd22db55b68c Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Tue, 14 Oct 2025 23:10:27 -0700 Subject: [PATCH] Mobile fixes. --- package.components.json | 2 +- src/app/(main)/App.tsx | 7 ++++++- src/app/(main)/MobileNav.tsx | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.components.json b/package.components.json index d231f5b9..51214f89 100644 --- a/package.components.json +++ b/package.components.json @@ -1,6 +1,6 @@ { "name": "@umami/components", - "version": "0.128.0", + "version": "0.129.0", "description": "Umami React components.", "author": "Mike Cao ", "license": "MIT", diff --git a/src/app/(main)/App.tsx b/src/app/(main)/App.tsx index 16676523..32218d11 100644 --- a/src/app/(main)/App.tsx +++ b/src/app/(main)/App.tsx @@ -29,7 +29,12 @@ export function App({ children }) { } return ( - + diff --git a/src/app/(main)/MobileNav.tsx b/src/app/(main)/MobileNav.tsx index 9e5565c0..32751f0e 100644 --- a/src/app/(main)/MobileNav.tsx +++ b/src/app/(main)/MobileNav.tsx @@ -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() { + {links.map(link => { return (