Add Status page link in navbar.
This commit is contained in:
parent
ae6ab53520
commit
194b514098
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
@layer base {
|
||||
h1, h2 {
|
||||
@apply p-3;
|
||||
@apply p-4;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
|
@ -23,4 +23,4 @@
|
|||
h3 {
|
||||
@apply text-xl;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue