fix: remove main svg icon border radius
All checks were successful
Docker / build-and-push-image (push) Successful in 2m32s

This commit is contained in:
Troy 2025-08-22 11:03:09 +01:00
parent 333e1f9e03
commit d1990ffb0e
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@ const currentPath = pathname.replace(/\/$/, "");
<a href="/" aria-label={SITE.TITLE}>
<Icon
name="icon"
class="hover:text-tertiary h-8 w-auto transition-colors duration-500 ease-in-out"
class="hover:text-tertiary h-8 w-auto rounded-sm transition-colors duration-500 ease-in-out"
/>
</a>
<ul class="flex w-fit flex-row items-center gap-4">