about summary refs log tree commit diff
path: root/src/lib/routes/types.ts
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-02-22 16:51:11 +0000
committerGitHub <noreply@github.com>2024-02-22 16:51:11 +0000
commit894f00d687355ad3b35e49fda1bb3d17b20ad51c (patch)
treede988f14450b92bce9dd57b2e699b5680605d4d4 /src/lib/routes/types.ts
parent1ccb3be961795c569c8c1eb64ca0617bd6548e79 (diff)
downloadvoidsky-894f00d687355ad3b35e49fda1bb3d17b20ad51c.tar.zst
Rename Home Feed Prefs to Following Feed Prefs (#2965)
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r--src/lib/routes/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts
index 90ae75830..0fb36fa7c 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -30,7 +30,7 @@ export type CommonNavigatorParams = {
   CopyrightPolicy: undefined
   AppPasswords: undefined
   SavedFeeds: undefined
-  PreferencesHomeFeed: undefined
+  PreferencesFollowingFeed: undefined
   PreferencesThreads: undefined
   PreferencesExternalEmbeds: undefined
 }