Added typescript, added new logo, improved margins
This commit is contained in:
parent
b9f5460501
commit
05120f0aa5
10 changed files with 79 additions and 14 deletions
src/components
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue