feat(web): fix col
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 23s
Build, Test and Deploy / build-and-push (push) Successful in 14s
Build, Test and Deploy / deploy (push) Successful in 5s

This commit is contained in:
2026-02-05 15:08:58 +01:00
parent 0b4daed512
commit 73ccf8f4de

View File

@@ -46,7 +46,7 @@ import { Router } from '@angular/router';
</div> </div>
<!-- Right Column: Result or Info --> <!-- Right Column: Result or Info -->
<div class="col-result centered-col"> <div class="col-result">
@if (error()) { @if (error()) {
<app-alert type="error">Si è verificato un errore durante il calcolo del preventivo.</app-alert> <app-alert type="error">Si è verificato un errore durante il calcolo del preventivo.</app-alert>
} }