diff --git a/src/components/header/constants.js b/src/components/header/constants.js index 088f9c5..ccbad98 100644 --- a/src/components/header/constants.js +++ b/src/components/header/constants.js @@ -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