File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -295,10 +295,10 @@ sidebar_toggle <- toggle_sidebar
295
295
296
296
collapse_icon <- function () {
297
297
if (! is_installed(" bsicons" )) {
298
- icon <- " <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>"
298
+ icon <- " <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>"
299
299
return (HTML(icon ))
300
300
}
301
- bsicons :: bs_icon(" arrow-bar -left" , class = " collapse-icon" , size = NULL )
301
+ bsicons :: bs_icon(" chevron -left" , class = " collapse-icon" , size = NULL )
302
302
}
303
303
304
304
sidebar_init_js <- function () {
You can’t perform that action at this time.
0 commit comments