Skip to content

Commit

Permalink
Update attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Feb 22, 2020
1 parent ca58316 commit 74ca2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/4.3/components/carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You can also add the indicators to the carousel, alongside the controls, too.
{{< placeholder width="800" height="400" class="bd-placeholder-img-lg d-block w-100" color="#333" background="#555" text="Third slide" >}}
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" aria-label="Previous">
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev" aria-label="Previous">
{{< partial "icons/carousel-prev.svg" >}}
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next" aria-label="Next">
Expand Down Expand Up @@ -135,7 +135,7 @@ Add captions to your slides easily with the `.carousel-caption` element within a
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" aria-label="Previous">
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev" aria-label="Previous">
{{< partial "icons/carousel-prev.svg" >}}
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next" aria-label="Next">
Expand Down

0 comments on commit 74ca2d2

Please sign in to comment.