Added typescript, added new logo, improved margins

This commit is contained in:
Firq 2023-03-05 02:00:36 +01:00
parent b9f5460501
commit 05120f0aa5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
10 changed files with 79 additions and 14 deletions
src/components

View file

@ -1,5 +1,5 @@
---
import headerimg from "/link_192.png"
import headerimg from "/logo.svg"
---
<header>
@ -9,7 +9,7 @@ import headerimg from "/link_192.png"
<ul class="desktop">
<slot />
</ul>
<button class="mobile">
<button class="mobile" aria-label="Navigation Button">
<ul>
<slot />
</ul>