diff --git a/icons.config.js b/icons.config.js index 9bd03c75..f90fc075 100644 --- a/icons.config.js +++ b/icons.config.js @@ -77,6 +77,7 @@ const config = { "restore_from_trash", "history", "history_toggle_off", + "text_to_speech", "sentiment_satisfied", "sentiment_dissatisfied", "sentiment_very_satisfied", @@ -90,6 +91,7 @@ const config = { "sentiment_sad", "sentiment_content", "sentiment_worried", + "construction", "timer", "target", "download", diff --git a/src/routes/(app)/Sidebar.svelte b/src/routes/(app)/Sidebar.svelte index 40bf9f7c..bb12499b 100644 --- a/src/routes/(app)/Sidebar.svelte +++ b/src/routes/(app)/Sidebar.svelte @@ -13,7 +13,6 @@ { href: "/config/layout/", icon: "keyboard", title: "Layout" }, ], [ - // { href: "/learn", icon: "school", title: "Learn", wip: true }, { href: import.meta.env.VITE_LEARN_URL, icon: "school", @@ -26,8 +25,17 @@ title: "Docs", external: true, }, + { + href: "https://voicebox.charachorder.io/", + icon: "text_to_speech", + title: "Voicebox", + 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 },