Logo is home link

This commit is contained in:
tobias 2024-05-19 08:48:18 +02:00
parent 7ba1f78721
commit 7234cef7e1

View File

@ -1,9 +1,5 @@
---
const links = [
{
label: "Home",
link: "/home"
},
{
label: "About",
link: "/about"
@ -22,9 +18,11 @@ const links = [
<header class="flex justify-between py-6">
<div>
<span class="font-extrabold">
Logo
</span>
<a href="/">
<span class="font-extrabold">
Logo
</span>
</a>
</div>
<nav>
<ul class="flex gap-4 font-bold">