+1
-2
src/view/shell/desktop/LeftNav.tsx
+1
-2
src/view/shell/desktop/LeftNav.tsx
···
409
style={pal.text}
410
/>
411
}
412
-
label="Profile"
413
/>
414
<NavItem
415
href="/settings"
···
515
flexDirection: 'row',
516
alignItems: 'center',
517
justifyContent: 'center',
518
-
width: 140,
519
borderRadius: 24,
520
paddingTop: 10,
521
paddingBottom: 12, // visually aligns the text vertically inside the button
···
409
style={pal.text}
410
/>
411
}
412
+
label={_(msg`Profile`)}
413
/>
414
<NavItem
415
href="/settings"
···
515
flexDirection: 'row',
516
alignItems: 'center',
517
justifyContent: 'center',
0
518
borderRadius: 24,
519
paddingTop: 10,
520
paddingBottom: 12, // visually aligns the text vertically inside the button