fix: m0 should not have profiles

refactor: remove old editor/chat/learn links
This commit is contained in:
2026-01-28 16:14:52 +01:00
parent ee3f84645d
commit 1d1fcb72e3
2 changed files with 4 additions and 12 deletions

View File

@@ -36,14 +36,6 @@
external: true,
},
],
[
{ href: "/editor", icon: "edit_document", title: "Editor", wip: true },
{ href: "/chat", icon: "chat", title: "Chat", wip: true },
{ href: "/learn", icon: "school", title: "Learn", wip: true },
],
/*[
{ href: "/plugin", icon: "code", title: "Plugin", wip: true },
],*/
] satisfies {
href: string;
icon: string;