Renamed Anwesenheiten to Zeiten FIX #31

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

View File

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