feat: switch back to previous favicon

This commit is contained in:
Troy 2025-02-17 20:51:13 +00:00
parent f135fd62e2
commit 26a406b900
Signed by: troy
GPG key ID: DFC06C02ED3B4711
7 changed files with 18 additions and 56 deletions

View file

@ -13,7 +13,8 @@ const currentPath = pathname.replace(/\/$/, "");
<a href="/" aria-label={SITE.TITLE} title={SITE.TITLE} class="group">
<Icon
name="icon"
class="size-8 transition-transform ease-in-out group-hover:scale-105"
title={SITE.TITLE}
class="hover:text-tertiary h-8 w-auto transition-colors duration-500 ease-in-out"
/>
</a>
</div>