mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 12:38:41 -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