From 1526879a38ba688b59dbcd749bb5d58ae0d6548a Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 8 Nov 2025 18:50:06 +0100 Subject: [PATCH] MainNav Links Times/Profiles --- components/MainNav.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/components/MainNav.vue b/components/MainNav.vue index 4639d9e..16e7476 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -137,14 +137,9 @@ const links = computed(() => { defaultOpen:false, icon: "i-heroicons-user-group", children: [ - ... true ? [{ - label: "Projektzeiten", - to: "/times", - icon: "i-heroicons-clock" - }] : [], ... true ? [{ label: "Anwesenheiten", - to: "/workingtimes", + to: "/staff/time", icon: "i-heroicons-clock" }] : [], ... has("absencerequests") ? [{ @@ -244,7 +239,7 @@ const links = computed(() => { }] : [], { label: "Mitarbeiter", - to: "/profiles", + to: "/staff/profiles", icon: "i-heroicons-user-group" }, {