Modified background-image for both .carousel .carousel-control-prev-icon & .carousel .carousel-control-next-icon from url(../img//svg/arrow_right.svg) to url(../img/svg/arrow_right.svg)
While using the carousel for my website, I noticed the arrows worked locally but when uploaded to a server, they don't.
I went back to the docs to see if I missed something and found out that the docs also had the same bug ( screenshot attached )
Modified
background-image
for both.carousel .carousel-control-prev-icon
&.carousel .carousel-control-next-icon
fromurl(../img//svg/arrow_right.svg)
tourl(../img/svg/arrow_right.svg)
While using the carousel for my website, I noticed the arrows worked locally but when uploaded to a server, they don't. I went back to the docs to see if I missed something and found out that the docs also had the same bug ( screenshot attached )
I hope this counts as a meaningful contribution.
Cheers all the contributors, good work :D