update to navbar

This commit is contained in:
Jacob Delgado 2023-10-23 23:03:14 -07:00
parent 7fdcf75739
commit 470f8be4b1

View File

@ -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 (