Fixed Sidebar Chevron Directions

This commit is contained in:
2025-05-01 02:05:18 -06:00
parent 9f87ce6a2b
commit 075db02c45

View File

@ -204,7 +204,7 @@ export default function NodeSidebar({
} }
}} }}
> >
{collapsed ? <ChevronLeftIcon /> : <ChevronRightIcon />} {collapsed ? <ChevronRightIcon /> : <ChevronLeftIcon />}
</Box> </Box>
</Tooltip> </Tooltip>
</div> </div>