From db0de651ba206265fc00844a471b6ad155fe7d2a Mon Sep 17 00:00:00 2001 From: Tanza3D Date: Wed, 18 Oct 2023 14:14:45 +0100 Subject: [PATCH] Fix wonky comment --- src/view/shell/desktop/LeftNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 99cbdaa3..81518994 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,