fix: move about assets into src
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s

This commit is contained in:
Troy 2025-06-04 18:51:58 +01:00
parent 414164f3b1
commit 9d86db033f
Signed by: troy
GPG key ID: DFC06C02ED3B4711
22 changed files with 77 additions and 68 deletions

View file

@ -9,10 +9,9 @@ const currentPath = pathname.replace(/\/$/, "");
<header class="mx-auto w-full">
<nav class="flex w-full justify-between">
<a href="/" aria-label={SITE.TITLE} title={SITE.TITLE}>
<a href="/" aria-label={SITE.TITLE}>
<Icon
name="icon"
title={SITE.TITLE}
class="hover:text-tertiary h-8 w-auto transition-colors duration-500 ease-in-out"
/>
</a>