diff --git a/backend/data/recipes.db-shm b/backend/data/recipes.db-shm index 626b8f9..ebe1263 100644 Binary files a/backend/data/recipes.db-shm and b/backend/data/recipes.db-shm differ diff --git a/backend/data/recipes.db-wal b/backend/data/recipes.db-wal index 78845cc..8dcab29 100644 Binary files a/backend/data/recipes.db-wal and b/backend/data/recipes.db-wal differ diff --git a/frontend/src/components/layout/AppShell.tsx b/frontend/src/components/layout/AppShell.tsx index c0187bb..015fb1a 100644 --- a/frontend/src/components/layout/AppShell.tsx +++ b/frontend/src/components/layout/AppShell.tsx @@ -4,7 +4,7 @@ import { BottomNav } from './BottomNav' export function AppShell() { return (
-
+
diff --git a/frontend/src/components/layout/BottomNav.tsx b/frontend/src/components/layout/BottomNav.tsx index 2fe39b8..d172f70 100644 --- a/frontend/src/components/layout/BottomNav.tsx +++ b/frontend/src/components/layout/BottomNav.tsx @@ -12,18 +12,18 @@ const navItems = [ export function BottomNav() { return (