This commit is contained in:
2026-03-17 18:11:52 +01:00
parent 966c121cbf
commit dff3a23c04

View File

@@ -25,6 +25,11 @@ const links = computed(() => {
to: "/tasks",
icon: "i-heroicons-rectangle-stack"
} : null,
featureEnabled("planningBoard") ? {
label: "Plantafel",
to: "/organisation/plantafel",
icon: "i-heroicons-calendar-days"
} : null,
featureEnabled("wiki") ? {
label: "Wiki",
to: "/wiki",