Skip to content

Commit

Permalink
button removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravbalodi123 committed Mar 11, 2024
1 parent 226c298 commit 3398e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/products/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<div >
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel" style="width: 100%; margin: auto;">

<div class="carousel-indicators" style="margin-bottom: 935px;" >
<!-- <div class="carousel-indicators" style="margin-bottom: 935px;" >
<button style="background-color: black;" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button style="background-color: black;" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button style="background-color: black;" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
</div> -->


<div class="carousel-inner">
Expand Down

0 comments on commit 3398e0d

Please sign in to comment.