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:19:49 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-25 20:19:49 -0500
commit651f3abc1ff0913347ed7bfb824f8e280f87a850 (patch)
tree736ce166b3b9b3946841177510aca6c31129b50d /src/view/shell/desktop/LeftNav.tsx
parent216d301191efac72bbf6f6977be74bad2dd0faf6 (diff)
downloadvoidsky-651f3abc1ff0913347ed7bfb824f8e280f87a850.tar.zst
Tune up custom feed uis on web
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index 3b14d7e99..ce232a730 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -198,15 +198,6 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
         label="Search"
       />
       <NavItem
-        href="/notifications"
-        count={store.me.notifications.unreadCountLabel}
-        icon={<BellIcon strokeWidth={2} size={24} style={pal.text} />}
-        iconFilled={
-          <BellIconSolid strokeWidth={1.5} size={24} style={pal.text} />
-        }
-        label="Notifications"
-      />
-      <NavItem
         href="/feeds"
         icon={
           <SatelliteDishIcon
@@ -225,6 +216,15 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
         label="My Feeds"
       />
       <NavItem
+        href="/notifications"
+        count={store.me.notifications.unreadCountLabel}
+        icon={<BellIcon strokeWidth={2} size={24} style={pal.text} />}
+        iconFilled={
+          <BellIconSolid strokeWidth={1.5} size={24} style={pal.text} />
+        }
+        label="Notifications"
+      />
+      <NavItem
         href="/moderation"
         icon={
           <HandIcon