Move Notifications up on desktop web (#3696)

zio/stable
dan 2024-04-25 23:30:07 +01:00 committed by GitHub
parent 45d354cd0c
commit f2797218f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 18 deletions

View File

@ -327,24 +327,6 @@ export function DesktopLeftNav() {
} }
label={_(msg`Search`)} label={_(msg`Search`)}
/> />
<NavItem
href="/feeds"
icon={
<HashtagIcon
strokeWidth={2.25}
style={pal.text as FontAwesomeIconStyle}
size={isDesktop ? 24 : 28}
/>
}
iconFilled={
<HashtagIcon
strokeWidth={4}
style={pal.text as FontAwesomeIconStyle}
size={isDesktop ? 24 : 28}
/>
}
label={_(msg`Feeds`)}
/>
<NavItem <NavItem
href="/notifications" href="/notifications"
count={numUnread} count={numUnread}
@ -364,6 +346,24 @@ export function DesktopLeftNav() {
} }
label={_(msg`Notifications`)} label={_(msg`Notifications`)}
/> />
<NavItem
href="/feeds"
icon={
<HashtagIcon
strokeWidth={2.25}
style={pal.text as FontAwesomeIconStyle}
size={isDesktop ? 24 : 28}
/>
}
iconFilled={
<HashtagIcon
strokeWidth={4}
style={pal.text as FontAwesomeIconStyle}
size={isDesktop ? 24 : 28}
/>
}
label={_(msg`Feeds`)}
/>
<NavItem <NavItem
href="/lists" href="/lists"
icon={ icon={