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 = [
|
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>
|
||||||
<span class="font-extrabold">
|
<a href="/">
|
||||||
Logo
|
<span class="font-extrabold">
|
||||||
</span>
|
Logo
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="flex gap-4 font-bold">
|
<ul class="flex gap-4 font-bold">
|
||||||
|
Loading…
Reference in New Issue
Block a user