From 6f621bb130833e8c3879bba8c18e7b22b633a597 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Tue, 17 Oct 2023 11:40:20 -0400 Subject: [PATCH] tiny --- app/(landing)/_layout/Header.tsx | 6 +++--- constants/app.ts | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app/(landing)/_layout/Header.tsx b/app/(landing)/_layout/Header.tsx index 1e4668a..8abdef7 100644 --- a/app/(landing)/_layout/Header.tsx +++ b/app/(landing)/_layout/Header.tsx @@ -8,9 +8,9 @@ export default function Header() { const [menuOpen, setMenuOpen] = useState(false); const navigation = [ { name: "home", label: "Home", href: "/" }, - { name: "explore", label: "Explore", href: "/" }, - { name: "about", label: "About", href: "/" }, - { name: "contact", label: "Contact", href: "/" }, + { name: "explore", label: "Explore", href: "/app" }, + { name: "about", label: "About", href: "/app" }, + { name: "contact", label: "Contact", href: "/app" }, ]; return (