diff --git a/frontend/components/MainNav.vue b/frontend/components/MainNav.vue index f3095b0..4db04ae 100644 --- a/frontend/components/MainNav.vue +++ b/frontend/components/MainNav.vue @@ -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",