diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 2ac87ec8e..774df1d09 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -182,10 +182,11 @@ export function Sidebar({ : null } > - + {content.title} - + + {renderContent(content.children)} @@ -196,7 +197,7 @@ export function Sidebar({ ) @@ -204,22 +205,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' && ( +
- )} -
+
+ )}
); @@ -274,7 +275,7 @@ export function Sidebar({ `item-${num}`)} - className="w-full px-4 pb-40 capitalize" + className="w-full px-2 pb-40 capitalize" > {memoizedContent}