Bluesky app fork with some witchin' additions 💫

Fix: Some display issues (#2219)

* Update LeftNav.tsx

* Update RightNav.tsx

authored by Hima and committed by GitHub b942da16 9f82441c

Changed files
+2 -3
src
view
shell
+1 -2
src/view/shell/desktop/LeftNav.tsx
··· 409 409 style={pal.text} 410 410 /> 411 411 } 412 - label="Profile" 412 + label={_(msg`Profile`)} 413 413 /> 414 414 <NavItem 415 415 href="/settings" ··· 515 515 flexDirection: 'row', 516 516 alignItems: 'center', 517 517 justifyContent: 'center', 518 - width: 140, 519 518 borderRadius: 24, 520 519 paddingTop: 10, 521 520 paddingBottom: 12, // visually aligns the text vertically inside the button
+1 -1
src/view/shell/desktop/RightNav.tsx
··· 52 52 </Text> 53 53 </View> 54 54 ) : undefined} 55 - <View style={[s.flexRow]}> 55 + <View style={[{flexWrap: 'wrap'}, s.flexRow]}> 56 56 {hasSession && ( 57 57 <> 58 58 <TextLink