Add Status page link in navbar.

This commit is contained in:
Viyurz 2024-03-14 07:57:30 +01:00
parent ae6ab53520
commit 194b514098
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@
@layer base {
h1, h2 {
@apply p-3;
@apply p-4;
}
h1, h2 {
@ -23,4 +23,4 @@
h3 {
@apply text-xl;
}
}
}

View file

@ -7,6 +7,7 @@
</div>
<ul class="basis-1/3 flex flex-row justify-center items-center">
<li><h2><a href="/">Home</a></h2></li>
<li><h2><a href="https://status.viyurz.fr/">Status</a></h2></li>
<li><h2><a href="mailto:viyurz@viyurz.fr">Contact</a></h2></li>
</ul>
<div class="basis-1/3 flex flex-row justify-end items-center">
@ -15,4 +16,4 @@
<button class="opacity-50 px-2">Français</button>
</div>
</div>
</nav>
</nav>