diff --git a/apps/infoalloggi/src/components/annuncio_card.tsx b/apps/infoalloggi/src/components/annuncio_card.tsx index 8644051..a5cf8b8 100644 --- a/apps/infoalloggi/src/components/annuncio_card.tsx +++ b/apps/infoalloggi/src/components/annuncio_card.tsx @@ -143,21 +143,20 @@ const CardAnnuncio = ({ + +
+ {t.card.titolo} + + + {titolo} + +
-
- {t.card.titolo} + {t.card.indirizzo} - - {titolo} - -
-
- {t.card.indirizzo} - - - {comune && provincia && `${comune} (${provincia})`} - -
+ + {comune && provincia && `${comune} (${provincia})`} +