changed header + temporary removed empty days

This commit is contained in:
2025-03-28 13:39:22 +01:00
parent 5a696788ed
commit 8994b274e4
6 changed files with 91 additions and 47 deletions

View File

@@ -3,7 +3,7 @@ package templates
templ headerComponent() {
<div class="flex flex-row justify-between md:mx-[10%] py-2">
<a href="/time">Zeitverwaltung</a>
<a href="/team">Mitarbeiter</a>
<a href="/user">Nutzer</a>
<a href="/team">Abrechnung</a>
<a href="/user">Einstellungen</a>
</div>
}