add saved feeds to left nav on desktop

This commit is contained in:
Ansh Nanda 2023-05-25 13:14:40 -07:00
parent 6e5078e0c1
commit 8bb3f40a59
3 changed files with 25 additions and 4 deletions

View file

@ -204,6 +204,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={