changed icon for error-unescaped to exclamation

This commit is contained in:
Godfrey M 2025-02-26 10:39:48 -08:00
parent cf544f9fae
commit c8ed5d2f96

View file

@ -117,7 +117,7 @@
<div class="col-md-12">
<div class="alert alert-error fade in">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<i class="fas fa-check faa-pulse animated"></i>
<i class="fas fa-exclamation-triangle faa-pulse animated"></i>
<strong>{{ trans('general.notification_error') }}: </strong>
{!! $message !!}
</div>