about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTanza3D <hubsterhub@gmail.com>2023-10-18 14:14:45 +0100
committerTanza3D <hubsterhub@gmail.com>2023-10-18 14:14:45 +0100
commitdb0de651ba206265fc00844a471b6ad155fe7d2a (patch)
tree08d7c6b909e743528cccebae3c865222842db3e7 /src
parent6848ade046c30c95608bb9eef87dcf24cbf85f7f (diff)
downloadvoidsky-db0de651ba206265fc00844a471b6ad155fe7d2a.tar.zst
Fix wonky comment
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
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,