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={{