Fix navigation links

This commit is contained in:
Timothy Pidashev
2024-06-10 09:59:42 -07:00
parent efa4be2fd9
commit 502b1a93e1

View File

@@ -1,10 +1,10 @@
// Navigation links
export const Links = [
{ id: 0, href: "/", label: "Home", color: "green" },
{ id: 1, href: "projects", label: "Projects", color: "yellow" },
{ id: 2, href: "resume", label: "Resume", color: "blue" },
{ id: 3, href: "blog", label: "Blog", color: "purple" },
{ id: 4, href: "shop", label: "Shop", color: "aqua" }
{ id: 1, href: "/projects", label: "Projects", color: "yellow" },
{ id: 2, href: "/resume", label: "Resume", color: "blue" },
{ id: 3, href: "/blog", label: "Blog", color: "purple" },
{ id: 4, href: "/shop", label: "Shop", color: "aqua" }
];
// Drop down menu link colors