diff options
author | Tanza3D <hubsterhub@gmail.com> | 2023-10-18 14:14:45 +0100 |
---|---|---|
committer | Tanza3D <hubsterhub@gmail.com> | 2023-10-18 14:14:45 +0100 |
commit | db0de651ba206265fc00844a471b6ad155fe7d2a (patch) | |
tree | 08d7c6b909e743528cccebae3c865222842db3e7 | |
parent | 6848ade046c30c95608bb9eef87dcf24cbf85f7f (diff) | |
download | voidsky-db0de651ba206265fc00844a471b6ad155fe7d2a.tar.zst |
Fix wonky comment
-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, |