forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-21 21:07:05 -06:00
parent fa01dae227
commit ac9edf9166
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content mx-auto max-w-xl bg-gray-100 dark:bg-gray-700 rounded-md shadow-lg">
<div class="modal-header">
<h5 class="modal-title">Delete comment?</h5>
<h5 class="font-bold text-xl leading-normal">Delete comment?</h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>

View File

@ -4,7 +4,7 @@
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content mx-auto max-w-xl bg-gray-100 dark:bg-gray-700 rounded-md shadow-lg">
<div class="modal-header">
<h5 class="font-bold text-xl font-heading leading-normal">Delete post</h5>
<h5 class="font-bold text-xl leading-normal">Delete post?</h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>