diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 2ac87ec8e..eb6bd9824 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -204,22 +204,20 @@ export function Sidebar({ } >
-
-
- {content.type === 'video' && } - {content.type === 'video' && } - {content.type === 'notion' && } -
-
- {content.title} -
- {content.type === 'video' && ( +
+ {content.type === 'video' && } + {content.type === 'video' && } + {content.type === 'notion' && } +
+
{content.title}
+ {content.type === 'video' && ( +
- )} -
+
+ )}
);