diff options
Diffstat (limited to 'src/view/shell')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 99cbdaa35..815189942 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -471,7 +471,7 @@ const styles = StyleSheet.create({ gap: 8, }, newPostBtnIconWrapper: { - marginTop: 2 /* aligns the icon visually with the text */, + marginTop: 2, // aligns the icon visually with the text }, newPostBtnLabel: { color: colors.white, |