From 500d991ca9e6b855556d6d794a1a26a299c8eb47 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 May 2026 09:18:31 -0500 Subject: [PATCH] Bump --- 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 600f68e088..ba45a8256a 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -90,7 +90,7 @@ import {router} from '#/routes' import {PlatformInfo} from '../../../../modules/expo-bluesky-swiss-army' const LARGE_ELEMENT_SIZE = 48 -const NAV_ICON_WIDTH = 28 +const NAV_ICON_WIDTH = 29 export const LEFT_NAV_STANDARD_WIDTH = 240 export const LEFT_NAV_MINIMAL_WIDTH = 80