generated from autonomic-cooperative/astro-payload-template
Logo is home link
This commit is contained in:
parent
7ba1f78721
commit
7234cef7e1
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user