diff --git a/wiki/pages/achievements.html b/wiki/pages/achievements.html index b8a9f27c8ebb89c75ec1b9be3fef62652c2e3910..cc3dbfa42f0aaac34cc23fcd458edb603d517aa6 100644 --- a/wiki/pages/achievements.html +++ b/wiki/pages/achievements.html @@ -150,13 +150,14 @@ <img class="d-block w-100" src="https://static.igem.wiki/teams/4387/wiki/fluorescent.jpeg" alt="Third slide"> </div> </div> - <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev"> - <span class="carousel-control-prev-icon" aria-hidden="true"></span> - <span class="sr-only">Previous</span> - </a> - <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next"> - <span class="carousel-control-next-icon" aria-hidden="true"></span> - <span class="sr-only">Next</span> + <button class="carousel-control-prev" type="button" data-bs-target="#header-carousel" data-bs-slide="prev"> + <span class="carousel-control-prev-icon" aria-hidden="true"></span> + <span class="visually-hidden">Previous</span> + </button> + <button class="carousel-control-next" type="button" data-bs-target="#header-carousel" data-bs-slide="next"> + <span class="carousel-control-next-icon" aria-hidden="true"></span> + <span class="visually-hidden">Next</span> + </button> </a> </div>