This commit is contained in:
2024-10-08 13:37:03 +02:00
parent 16932ad71c
commit e1f94cfb72

View File

@@ -187,8 +187,11 @@ const links = computed(() => {
label: "Leistungen", label: "Leistungen",
to: "/services", to: "/services",
icon: "i-heroicons-puzzle-piece" icon: "i-heroicons-puzzle-piece"
},{
label: "Leistungskategorien",
to: "/servicecategories",
icon: "i-heroicons-puzzle-piece"
}, },
] ]
}, },
... dataStore.ownTenant.features.projects ? [{ ... dataStore.ownTenant.features.projects ? [{
@@ -221,7 +224,7 @@ const links = computed(() => {
to: "/profiles", to: "/profiles",
icon: "i-heroicons-clipboard-document-list" icon: "i-heroicons-clipboard-document-list"
},{ },{
label: "E-Mail Accounts", label: "E-Mail Konten",
to: "/settings/emailAccounts", to: "/settings/emailAccounts",
icon: "i-heroicons-clipboard-document-list" icon: "i-heroicons-clipboard-document-list"
},{ },{