diff --git a/packages/web/components/nav-containers/home.tsx b/packages/web/components/nav-containers/home.tsx
index 41e353b87..a20efbe0c 100644
--- a/packages/web/components/nav-containers/home.tsx
+++ b/packages/web/components/nav-containers/home.tsx
@@ -673,6 +673,7 @@ const SourceInfo = (props: HomeItemViewProps & SourceInfoProps) => (
alignment="center"
css={{
gap: '8px',
+ height: '16px',
cursor: 'pointer',
flex: '1',
overflow: 'hidden',
@@ -681,10 +682,7 @@ const SourceInfo = (props: HomeItemViewProps & SourceInfoProps) => (
}}
>
{props.homeItem.source.icon && (
-
+
)}
- {props.source.icon && (
-
- )}
+ {props.source.icon && }