diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 2ac87ec8e..886df4eff 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -204,22 +204,22 @@ 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' && ( +
- )} -
+
+ )}
);