FIX: Notifications close btn

This commit is contained in:
Tony Air 2021-07-22 14:56:36 +02:00
parent a96d046dca
commit 41ef7801af
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<% end_with %>
<% end_if %>
<b class="btn btn-danger btn-close" data-dismiss="alert" aria-label="Close">
<b class="btn btn-danger btn-close" data-bs-dismiss="alert" aria-label="Close">
<i class="fas fa-times"></i>
</b>
</div>