about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-14 18:37:18 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-14 18:37:18 -0700
commit61ea37ff818ca64cec8e10b3a423ecd22dcf0141 (patch)
tree284040cd34558efd715433a40c42be94699d27da /src/lib
parent6105314f15448a965ef93044c58ab50ff6616bb4 (diff)
downloadvoidsky-61ea37ff818ca64cec8e10b3a423ecd22dcf0141.tar.zst
renamed page to savedfeeds
Diffstat (limited to 'src/lib')
-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 b91495640..5a4126f6a 100644
--- a/src/lib/routes/types.ts
+++ b/src/lib/routes/types.ts
@@ -20,7 +20,7 @@ export type CommonNavigatorParams = {
   CommunityGuidelines: undefined
   CopyrightPolicy: undefined
   AppPasswords: undefined
-  CustomAlgorithms: undefined
+  SavedFeeds: undefined
   MutedAccounts: undefined
   BlockedAccounts: undefined
 }