File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ def callback() -> None:
555555
556556def _collapse_icon () -> TagChild :
557557 return HTML (
558- '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="bi bi-arrow-bar- left collapse-icon" style="fill:currentColor;" aria-hidden="true" role="img" ><path fill-rule="evenodd" d="M12.5 15a.5.5 0 0 1-.5-.5v-13a. 5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a. 5.5 0 0 1-.708.708l-3-3a .5.5 0 0 1 0-.708l3-3a .5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z "></path></svg>'
558+ '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="bi bi-chevron- left collapse-icon" style="fill:currentColor;" aria-hidden="true" role="img" ><path fill-rule="evenodd" d="M11.354 1.646a. 5.5 0 0 1 0 .708L5.707 8l5.647 5.646a. 5.5 0 0 1-.708.708l-6-6a .5.5 0 0 1 0-.708l6-6a .5.5 0 0 1 .708 0z "></path></svg>'
559559 )
560560
561561
You can’t perform that action at this time.
0 commit comments