diff options
author | dan <dan.abramov@gmail.com> | 2024-02-22 16:51:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 16:51:11 +0000 |
commit | 894f00d687355ad3b35e49fda1bb3d17b20ad51c (patch) | |
tree | de988f14450b92bce9dd57b2e699b5680605d4d4 /src/lib/routes/types.ts | |
parent | 1ccb3be961795c569c8c1eb64ca0617bd6548e79 (diff) | |
download | voidsky-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.ts | 2 |
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 } |