From 547b1d6ce672fffad331c3534b062470539122b2 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Thu, 12 Mar 2026 13:48:45 +0100 Subject: [PATCH] feat: replace arrow icon with mouse pointer icon and add bounce animation for 'in_attesa' status --- apps/infoalloggi/src/components/servizio/servizio.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/infoalloggi/src/components/servizio/servizio.tsx b/apps/infoalloggi/src/components/servizio/servizio.tsx index 5b1a3af..5975535 100644 --- a/apps/infoalloggi/src/components/servizio/servizio.tsx +++ b/apps/infoalloggi/src/components/servizio/servizio.tsx @@ -10,6 +10,7 @@ import { ClockFading, ExternalLink, type LucideIcon, + MousePointerClick, PackageCheck, Trash2, } from "lucide-react"; @@ -221,9 +222,14 @@ const ServizioLinkCard = ({ {t.servizio.status[status]} -
+
{t.servizio.vai_al_servizio} - +