yass
This commit is contained in:
parent
4245370f61
commit
e142e6b38f
10 changed files with 115 additions and 35 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
];
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue