This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user