fix: remove main svg icon border radius
All checks were successful
Docker / build-and-push-image (push) Successful in 2m32s
All checks were successful
Docker / build-and-push-image (push) Successful in 2m32s
This commit is contained in:
parent
333e1f9e03
commit
d1990ffb0e
3 changed files with 5 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue