diff --git a/frontend/components/MainNav.vue b/frontend/components/MainNav.vue index bcb10e1..2f31c45 100644 --- a/frontend/components/MainNav.vue +++ b/frontend/components/MainNav.vue @@ -52,14 +52,14 @@ const links = computed(() => { to: "/wiki", icon: "i-heroicons-book-open" } : null, - ] - - const documentChildren = [ featureEnabled("files") ? { label: "Dateien", to: "/files", icon: "i-heroicons-document" } : null, + ] + + const documentChildren = [ featureEnabled("createdletters") ? { label: "Anschreiben", to: "/createdletters",