Renamed Anwesenheiten to Zeiten FIX#31
Some checks failed
Build and Push Docker Images / build-backend (push) Successful in 19s
Build and Push Docker Images / build-frontend (push) Has been cancelled

This commit is contained in:
2026-01-13 14:40:53 +01:00
parent 66110da6c4
commit 82d8cd36b9

View File

@@ -152,7 +152,7 @@ const links = computed(() => {
icon: "i-heroicons-user-group",
children: [
... true ? [{
label: "Anwesenheiten",
label: "Zeiten",
to: "/staff/time",
icon: "i-heroicons-clock",
}] : [],