Added more text functions

This commit is contained in:
2026-01-26 21:11:16 +01:00
parent c87212d54a
commit ca2020b9c6
7 changed files with 335 additions and 286 deletions

View File

@@ -50,6 +50,11 @@ const links = computed(() => {
to: "/standardEntity/tasks",
icon: "i-heroicons-rectangle-stack"
}] : [],
...true ? [{
label: "Wiki",
to: "/wiki",
icon: "i-heroicons-book-open"
}] : [],
]
},
{