Skip to content

Commit e46bdc3

Browse files
committed
docs: fix examples
1 parent 0462551 commit e46bdc3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/content/4.0/components/carousel.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ Adding in the previous and next controls. We recommend using `<button>` elements
6565
{{< placeholder width="800" height="400" class="docs-placeholder-img-lg d-block w-100" color="#333" background="#555" text="Third slide" >}}
6666
</div>
6767
</div>
68-
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-coreui-slide="prev">
69-
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
70-
<span class="visually-hidden">Previous</span>
71-
</a>
72-
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-coreui-slide="next">
7368
<button class="carousel-control-prev" type="button" data-coreui-target="#carouselExampleControls" data-coreui-slide="prev">
7469
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
7570
<span class="visually-hidden">Previous</span>

0 commit comments

Comments
 (0)