From 5abf019b1a5f08f8e56a5fc9b3f44731ce03e310 Mon Sep 17 00:00:00 2001 From: bisco Date: Tue, 5 May 2026 11:02:59 +0200 Subject: [PATCH] fix: use provided azionelab logo asset --- frontend/src/app/app.component.ts | 2 +- frontend/src/app/pages/home-page.component.ts | 2 +- frontend/src/assets/azione-lab.jpg | Bin 0 -> 45731 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 frontend/src/assets/azione-lab.jpg diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index 5eb598f..9c4d5af 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -23,7 +23,7 @@ import { MatButtonModule } from '@angular/material/button';