This commit is contained in:
Laker Turner 2025-04-23 21:09:04 +01:00
parent 541afe60d9
commit ae64b5d76a
No known key found for this signature in database
8 changed files with 92 additions and 59 deletions

View file

@ -8,7 +8,7 @@ const headerLinks = [
{
label: "/now",
href: "/now",
icon: "fa-solid fa-calendar-days"
icon: "fa-solid fa-calendar-days",
},
{
label: "Projects",
@ -29,7 +29,12 @@ const headerLinks = [
label: "Contact",
href: "/contact",
icon: "fa-solid fa-envelope",
},
},
{
label: "More",
href: "/more",
icon: "fa-solid fa-arrow-right",
},
];
---
@ -40,9 +45,7 @@ const headerLinks = [
<i class={`${link.icon} mr-0.5 text-sm`} />
<a
href={link.href}
aria-current={Astro.url.pathname === link.href ? "page" : undefined}
class="underline decoration-wavy underline-offset-4 decoration-1.5
decoration-light-pu dark:decoration-dark-pu"
>