Skip to content

Commit

Permalink
Memperbaiki Button Close Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
andikatuluspangestu committed Oct 5, 2023
1 parent 2d95d0d commit ab500d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ <h1 class="modal-title fs-5" id="ulasanModal">Ulasan lainnya..</h1>
</section>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-sm btn-secondary" data-bs-dismiss="modal">Tutup Modal</button>
<button type="button" class="btn ulasan-modal-button" data-bs-dismiss="modal">Tutup Modal</button>
</div>
</div>
</div>
Expand Down

0 comments on commit ab500d9

Please sign in to comment.