Update index.tsx

This commit is contained in:
Damien 2025-02-23 12:41:26 -05:00
parent 35ff74de90
commit 29f7d52719

View File

@ -38,6 +38,7 @@ const TreeNode: React.FC<TreeNodeProps> = ({ node, rootSize }) => {
return (
<div className="treeNode">
<div className="nodeHeader" onClick={toggleExpand}>
<span className="nodeName">{node.name}</span>
<span className="subfolderBadge">Subfolders: {node.subfolderCount}</span>