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