mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 05:28:29 -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>
|
</Box>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user