diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 4f53ddf84..82e9a347f 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -62,7 +62,7 @@ export function Sidebar({ if (content.children && content.children.length > 0) { // This is a folder with children return ( - + {content.title} {/* Render the children of this folder */}