From fc0dcd48b92fbc87b85bc2dd948bfd059de81a8e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 May 2026 09:18:44 -0500 Subject: [PATCH] Un-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 ba45a8256a..600f68e088 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 = 29 +const NAV_ICON_WIDTH = 28 export const LEFT_NAV_STANDARD_WIDTH = 240 export const LEFT_NAV_MINIMAL_WIDTH = 80