This commit is contained in:
Laker Turner 2025-03-18 10:12:18 +00:00
parent 4245370f61
commit e142e6b38f
No known key found for this signature in database
10 changed files with 115 additions and 35 deletions

View file

@ -5,6 +5,11 @@ const headerLinks = [
href: "/about",
icon: "fa-solid fa-user", // font awesome css class
},
{
label: "/now",
href: "/now",
icon: "fa-solid fa-calendar-days"
},
{
label: "Projects",
href: "/projects",
@ -24,12 +29,7 @@ const headerLinks = [
label: "Contact",
href: "/contact",
icon: "fa-solid fa-envelope",
},
{
label: "More",
href: "/more",
icon: "fa-solid fa-ellipsis",
},
},
];
---