diff --git a/src/app/(app)/menu/page.tsx b/src/app/(app)/menu/page.tsx index 617e808..c05c3ff 100644 --- a/src/app/(app)/menu/page.tsx +++ b/src/app/(app)/menu/page.tsx @@ -9,7 +9,7 @@ export default function MenuPage() { const [signingOut, setSigningOut] = useState(false); const menuItems = [ - { icon: "🏡", label: "Home", href: "/" }, + { icon: "🏡", label: "Home", href: "/home" }, { icon: "📝", label: "Activity", href: "/activity" }, { icon: "🌿", label: "Growth", href: "/growth" }, { icon: "🩺", label: "Medical", href: "/medical" },