Bluesky app fork with some witchin' additions 💫

Move Notifications up on desktop web (#3696)

authored by danabra.mov and committed by

GitHub f2797218 45d354cd

+18 -18
+18 -18
src/view/shell/desktop/LeftNav.tsx
··· 328 328 label={_(msg`Search`)} 329 329 /> 330 330 <NavItem 331 - href="/feeds" 332 - icon={ 333 - <HashtagIcon 334 - strokeWidth={2.25} 335 - style={pal.text as FontAwesomeIconStyle} 336 - size={isDesktop ? 24 : 28} 337 - /> 338 - } 339 - iconFilled={ 340 - <HashtagIcon 341 - strokeWidth={4} 342 - style={pal.text as FontAwesomeIconStyle} 343 - size={isDesktop ? 24 : 28} 344 - /> 345 - } 346 - label={_(msg`Feeds`)} 347 - /> 348 - <NavItem 349 331 href="/notifications" 350 332 count={numUnread} 351 333 icon={ ··· 363 345 /> 364 346 } 365 347 label={_(msg`Notifications`)} 348 + /> 349 + <NavItem 350 + href="/feeds" 351 + icon={ 352 + <HashtagIcon 353 + strokeWidth={2.25} 354 + style={pal.text as FontAwesomeIconStyle} 355 + size={isDesktop ? 24 : 28} 356 + /> 357 + } 358 + iconFilled={ 359 + <HashtagIcon 360 + strokeWidth={4} 361 + style={pal.text as FontAwesomeIconStyle} 362 + size={isDesktop ? 24 : 28} 363 + /> 364 + } 365 + label={_(msg`Feeds`)} 366 366 /> 367 367 <NavItem 368 368 href="/lists"