about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-25 20:02:37 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-25 20:02:37 -0500
commit257686f3603e800e355850a23b3a4011e5558aeb (patch)
tree7bd6863f48c1362741a6e83b0aa56d70c1f9d1e5 /src/view/shell/desktop/LeftNav.tsx
parentdf6d249e8570a5dabd576d81ea7fc8ac4517ffa6 (diff)
downloadvoidsky-257686f3603e800e355850a23b3a4011e5558aeb.tar.zst
Add feeds tab
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index e62b47ca9..3b14d7e99 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -207,7 +207,7 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
         label="Notifications"
       />
       <NavItem
-        href="/settings/saved-feeds"
+        href="/feeds"
         icon={
           <SatelliteDishIcon
             strokeWidth={1.75}