diff options
| -rw-r--r-- | js/tests/visual/carousel.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index b26fb4a0d..2f392d0b8 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -30,12 +30,12 @@ <img src="https://38.media.tumblr.com/tumblr_m8tb2rVsD31qa42jro1_1280.jpg" alt="Third slide"> </div> </div> - <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> - <span class="icon-prev" aria-hidden="true"></span> + <a class="carousel-control-prev" href="#carousel-example-generic" role="button" data-slide="prev"> + <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> - <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> - <span class="icon-next" aria-hidden="true"></span> + <a class="carousel-control-next" href="#carousel-example-generic" role="button" data-slide="next"> + <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> |
