Cahnges in Projektzeiten and Naming

This commit is contained in:
2025-06-07 16:33:57 +02:00
parent bab0187467
commit 96cd94d77f
4 changed files with 40 additions and 25 deletions

View File

@@ -125,7 +125,7 @@ const links = computed(() => {
icon: "i-heroicons-user-group",
children: [
... profileStore.ownTenant.features.timeTracking ? [{
label: "Zeiterfassung",
label: "Projektzeiten",
to: "/times",
icon: "i-heroicons-clock"
}] : [],