Skip to content

Commit

Permalink
fix(UI): improve alert button
Browse files Browse the repository at this point in the history
  • Loading branch information
dewanakl committed Dec 22, 2024
1 parent 377bb7f commit 6787e33
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 @@ -432,7 +432,7 @@ <h2 class="font-esthetic text-center mt-2 mb-4" style="font-size: 2.5rem;">Ucapa

<div class="mb-3">
<div id="information" class="alert alert-info alert-dismissible fade show rounded-4" role="alert">
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close" onclick="guest.closeInformation()"></button>
<button type="button" class="btn-close rounded-4 p-3" data-bs-dismiss="alert" aria-label="Close" onclick="guest.closeInformation()"></button>

<p style="font-size: 1.5rem;">Bestieee!!!</p>
<p class="m-0">Cobain like seperti Instagram, dengan tap tap bagian komentarnya</p>
Expand Down

0 comments on commit 6787e33

Please sign in to comment.