Move Notifications up on desktop web (#3696)
This commit is contained in:
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user