From 8bb3f40a59232f71ae2b09509e3ae2559a04e4a7 Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Thu, 25 May 2023 13:14:40 -0700 Subject: add saved feeds to left nav on desktop --- src/view/shell/desktop/LeftNav.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/view/shell/desktop/LeftNav.tsx') 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 @@ -204,6 +204,24 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() { } label="Notifications" /> + + } + iconFilled={ + + } + label="My Feeds" + />