From 8f448a100f3c256dd9dc268622ab2547bd163ead Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 25 Apr 2025 09:06:51 -0500 Subject: [PATCH] Refine app switcher icons placement --- src/app/AppViewSwitcher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/AppViewSwitcher.tsx b/src/app/AppViewSwitcher.tsx index 8ac86755..58972cdb 100644 --- a/src/app/AppViewSwitcher.tsx +++ b/src/app/AppViewSwitcher.tsx @@ -47,7 +47,7 @@ export default function AppViewSwitcher({ const renderItemFeed = } + icon={} href={PATH_FEED_INFERRED} active={currentSelection === 'feed'} tooltip={{ @@ -59,7 +59,7 @@ export default function AppViewSwitcher({ const renderItemGrid = } + icon={} href={PATH_GRID_INFERRED} active={currentSelection === 'grid'} tooltip={{