fix(nav): Home link in menu points to /home instead of marketing site
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b64226cbd8
commit
260187b0de
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue