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 (