about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authorAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:14:40 -0700
committerAnsh Nanda <anshnanda10@gmail.com>2023-05-25 13:14:40 -0700
commit8bb3f40a59232f71ae2b09509e3ae2559a04e4a7 (patch)
tree44a52f4b510fd8ace99f7a40053f85c26242398d /src/view/shell/desktop/LeftNav.tsx
parent6e5078e0c129bd374e92272da134207e860c97d2 (diff)
downloadvoidsky-8bb3f40a59232f71ae2b09509e3ae2559a04e4a7.tar.zst
add saved feeds to left nav on desktop
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index ba48dd2ae..01cace154 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -205,6 +205,24 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
         label="Notifications"
       />
       <NavItem
+        href="/settings/saved-feeds"
+        icon={
+          <FontAwesomeIcon
+            icon="satellite-dish"
+            style={pal.text as FontAwesomeIconStyle}
+            size={20}
+          />
+        }
+        iconFilled={
+          <FontAwesomeIcon
+            icon="satellite-dish"
+            style={pal.text as FontAwesomeIconStyle}
+            size={20}
+          />
+        }
+        label="My Feeds"
+      />
+      <NavItem
         href="/moderation"
         icon={
           <HandIcon