diff --git a/src/app/components/SideBar.tsx b/src/app/components/SideBar.tsx index fbf067b..9936dcd 100644 --- a/src/app/components/SideBar.tsx +++ b/src/app/components/SideBar.tsx @@ -14,40 +14,46 @@ function TreeNode({ doc }: { doc: Doc }) { return (
  • {hasChildren ? ( -
    setIsExpanded(!isExpanded)} - className={styles.expandable} - > - {doc.title} - {isExpanded ? ( - - - - ) : ( - - - - )} +
    + + {doc.title} + +
    setIsExpanded(!isExpanded)}> + {isExpanded ? ( + + + + ) : ( + + + + )} +
    ) : (