From 94edc34e10a406751185b2d5f15ff698d05b88d7 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Tue, 25 Nov 2025 09:57:31 +0100 Subject: [PATCH] semplification --- apps/infoalloggi/src/components/annuncio_card.tsx | 4 ++-- apps/infoalloggi/src/components/codiceRicerca.tsx | 4 ++-- apps/infoalloggi/src/components/map/map_marker.tsx | 2 +- apps/infoalloggi/src/pages/index.tsx | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/infoalloggi/src/components/annuncio_card.tsx b/apps/infoalloggi/src/components/annuncio_card.tsx index 6eba68e..58d6281 100644 --- a/apps/infoalloggi/src/components/annuncio_card.tsx +++ b/apps/infoalloggi/src/components/annuncio_card.tsx @@ -178,7 +178,7 @@ export const CardAnnuncio = ({
svg]:size-4.5", + "flex items-center gap-1.5 rounded-t-none px-1 py-0.5 font-semibold text-base text-white [&>svg]:size-4.5", isAvailableNow ? "bg-dasubito" : "bg-evidenza text-primary dark:text-accent", @@ -202,7 +202,7 @@ export const CardAnnuncio = ({
svg]:size-4.5", + "flex items-center gap-1.5 rounded-t-none bg-trattativa px-1 py-0.5 font-semibold text-base text-white [&>svg]:size-4.5", )} > In Trattativa diff --git a/apps/infoalloggi/src/components/codiceRicerca.tsx b/apps/infoalloggi/src/components/codiceRicerca.tsx index d429521..1c290da 100644 --- a/apps/infoalloggi/src/components/codiceRicerca.tsx +++ b/apps/infoalloggi/src/components/codiceRicerca.tsx @@ -96,7 +96,7 @@ const AutocompleteSearchBox = ({ { key={"codiceBox"} optionBoxClassName="left-0" /> -
+ {/*
-
+
*/}