From e1f94cfb72f3ba6bc4f928ecc77ad4d01f00f7ed Mon Sep 17 00:00:00 2001 From: flfeders Date: Tue, 8 Oct 2024 13:37:03 +0200 Subject: [PATCH] Changes --- components/MainNav.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/MainNav.vue b/components/MainNav.vue index 0773306..f9eb2d5 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -187,8 +187,11 @@ const links = computed(() => { label: "Leistungen", to: "/services", icon: "i-heroicons-puzzle-piece" + },{ + label: "Leistungskategorien", + to: "/servicecategories", + icon: "i-heroicons-puzzle-piece" }, - ] }, ... dataStore.ownTenant.features.projects ? [{ @@ -221,7 +224,7 @@ const links = computed(() => { to: "/profiles", icon: "i-heroicons-clipboard-document-list" },{ - label: "E-Mail Accounts", + label: "E-Mail Konten", to: "/settings/emailAccounts", icon: "i-heroicons-clipboard-document-list" },{