about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-03-07 11:19:50 +0900
committerGitHub <noreply@github.com>2024-03-07 11:19:50 +0900
commite74c46e9ab480959c4416f83a78289e460bdeec7 (patch)
treec770265051354782bb6e779905e0351cc8f8abd9 /src/view/shell/desktop/LeftNav.tsx
parentf3db23a3b14e9444cb499c727b9d62c414e5a840 (diff)
parent8b0e575f6423575c08e9a6748be41c888611d631 (diff)
downloadvoidsky-e74c46e9ab480959c4416f83a78289e460bdeec7.tar.zst
Merge branch 'main' into patch-3
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-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 def0333c7..c56ba941e 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -391,7 +391,7 @@ export function DesktopLeftNav() {
               <FontAwesomeIcon
                 icon="hand"
                 style={pal.text as FontAwesomeIconStyle}
-                size={isDesktop ? 20 : 26}
+                size={isDesktop ? 23 : 26}
               />
             }
             label={_(msg`Moderation`)}