about summary refs log tree commit diff
path: root/src/view/screens/Settings.tsx
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-15 11:00:54 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-15 11:00:54 -0700
commitd7e39bde12e05ccc31b2cdbdfa214c0a8e08fc54 (patch)
tree5659ca119695974f492fac827993d2bb7256ebbd /src/view/screens/Settings.tsx
parent50108611600ae2addb3bff4f00562b02f9c35fdf (diff)
downloadvoidsky-d7e39bde12e05ccc31b2cdbdfa214c0a8e08fc54.tar.zst
saved feeds in tab bar
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r--src/view/screens/Settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx
index fd8fb4f4a..0c8ac3f1f 100644
--- a/src/view/screens/Settings.tsx
+++ b/src/view/screens/Settings.tsx
@@ -295,7 +295,7 @@ export const SettingsScreen = withAuthRequired(
             style={[styles.linkCard, pal.view, isSwitching && styles.dimmed]}
             accessibilityHint="Custom Algorithms"
             accessibilityLabel="Opens screen with all bookmarked custom algorithms"
-            href="/settings/custom-algorithms">
+            href="/settings/saved-feeds">
             <View style={[styles.iconContainer, pal.btn]}>
               <FontAwesomeIcon
                 icon="rss"