chchchchch changez

This commit is contained in:
Laker Turner 2025-03-30 21:12:05 +01:00
parent 2232741e04
commit f0b541cfdc
No known key found for this signature in database
24 changed files with 175 additions and 129 deletions

View file

@ -23,7 +23,7 @@ const headerLinks = [
{
label: "Blog",
href: "/blog",
icon: "fa-solid fa-blog",
icon: "fa-solid fa-star",
},
{
label: "Contact",
@ -36,12 +36,11 @@ const headerLinks = [
<nav class="flex flex-row gap-4">
{
headerLinks.map((link) => (
<span>
<span class="block bg-light-pu dark:bg-dark-pu text-black py-2 px-3 rounded-2xl">
<i class={`${link.icon} mr-0.5 text-sm`} />
<a
href={link.href}
class="underline decoration-wavy underline-offset-4 decoration-1.5
decoration-light-pu dark:decoration-dark-pu"
class=""
>
{link.label}
</a>