about summary refs log tree commit diff
path: root/src/routes.ts
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-08-01 19:14:32 +0200
committerGitHub <noreply@github.com>2024-08-01 19:14:32 +0200
commitc78e9e31472af42a7920af18186f9ae499595100 (patch)
treeadb5481c1459ba5c0291291795975c52036332bd /src/routes.ts
parent388c157c366e67e0cb3d74e1cd05413ef41b235d (diff)
downloadvoidsky-c78e9e31472af42a7920af18186f9ae499595100.tar.zst
Move theme controls to its own screen (#4866)
Diffstat (limited to 'src/routes.ts')
-rw-r--r--src/routes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes.ts b/src/routes.ts
index ddf4fb39f..c9e23e08c 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -32,6 +32,7 @@ export const router = new Router({
   PreferencesThreads: '/settings/threads',
   PreferencesExternalEmbeds: '/settings/external-embeds',
   AccessibilitySettings: '/settings/accessibility',
+  AppearanceSettings: '/settings/appearance',
   SavedFeeds: '/settings/saved-feeds',
   Support: '/support',
   PrivacyPolicy: '/support/privacy',