mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Fix navigation links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user