From afda4cca6c9f23ebac1681ea18e18e0d0e385538 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 16 Dec 2025 11:17:30 +0100 Subject: [PATCH] refactor: improve layout and styling of BasicAnnuncioCard component --- .../infoalloggi/src/components/servizio/annuncio_card.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/infoalloggi/src/components/servizio/annuncio_card.tsx b/apps/infoalloggi/src/components/servizio/annuncio_card.tsx index ef26396..809d9fc 100644 --- a/apps/infoalloggi/src/components/servizio/annuncio_card.tsx +++ b/apps/infoalloggi/src/components/servizio/annuncio_card.tsx @@ -49,7 +49,7 @@ export const BasicAnnuncioCard = ({
-
+
{data.codice}
-
+
{data.titolo_it}
-
+
{handleConsegna({ @@ -90,7 +90,7 @@ export const BasicAnnuncioCard = ({ {formatCurrency(data.prezzo / 1e2)}
-
+