fix: move about assets into src
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s
All checks were successful
Docker / build-and-push-image (push) Successful in 1m0s
This commit is contained in:
parent
414164f3b1
commit
9d86db033f
22 changed files with 77 additions and 68 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue