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",
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"
},{