Tune up custom feed uis on web

This commit is contained in:
Paul Frazee 2023-05-25 20:19:49 -05:00
parent 216d301191
commit 651f3abc1f
3 changed files with 40 additions and 12 deletions

View file

@ -197,15 +197,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={
@ -224,6 +215,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={