From 470f8be4b1ee3b57dab0457b2ac470b321842522 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Mon, 23 Oct 2023 23:03:14 -0700 Subject: [PATCH] update to navbar --- Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx index 8292e52..7be2391 100644 --- a/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx +++ b/Websites/jefes-nextjs/app/components/NavBar/NavBar.tsx @@ -15,8 +15,8 @@ const NavBar = () => { const links = [ { label: "Dashboard", href: "/dashboard" }, { label: "Issues", href: "/issues" }, - { label: "Keira", href: "/issues" }, - { label: "Jacob", href: "/issues" }, + { label: "AboutUs", href: "/about-us" }, + { label: "Menu", href: "/menu" }, ]; return (