Fix chiamata api

This commit is contained in:
2026-03-04 12:59:32 +01:00
parent 21ee5137b0
commit e57738a37f
5 changed files with 23 additions and 28 deletions

View File

@@ -3,14 +3,14 @@
@if (IsWarning)
{
<div class="exception-header mb-2">
<i class="ri-error-warning-line"></i>
<i class="ri-error-warning-line warning-icon"></i>
<span>Attenzione</span>
</div>
}
else
{
<div class="exception-header mb-2">
<i class="ri-emotion-unhappy-line"></i>
<i class="ri-emotion-unhappy-line error-icon"></i>
<span>Ops</span>
</div>
}