mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 06:58:28 -06:00
Fixed Sidebar Chevron Directions
This commit is contained in:
@ -204,7 +204,7 @@ export default function NodeSidebar({
|
||||
}
|
||||
}}
|
||||
>
|
||||
{collapsed ? <ChevronLeftIcon /> : <ChevronRightIcon />}
|
||||
{collapsed ? <ChevronRightIcon /> : <ChevronLeftIcon />}
|
||||
</Box>
|
||||
</Tooltip>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user