From c8af52ebf0eec27196b334484fad4921bd87dc07 Mon Sep 17 00:00:00 2001 From: shinya Date: Thu, 31 Jul 2025 02:04:01 +0800 Subject: [PATCH] fix: mobile nav item width --- VERSION.txt | 2 +- src/components/MobileBottomNav.tsx | 6 +++++- src/lib/version.ts | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index d2db2b5..363da30 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250731011829 \ No newline at end of file +20250731020402 \ No newline at end of file diff --git a/src/components/MobileBottomNav.tsx b/src/components/MobileBottomNav.tsx index 8a03e2b..70aae9b 100644 --- a/src/components/MobileBottomNav.tsx +++ b/src/components/MobileBottomNav.tsx @@ -87,7 +87,11 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => { {navItems.map((item) => { const active = isActive(item.href); return ( -
  • +