From a03326f0368ef8d9be4d06948dbf0497206224e9 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Thu, 16 Apr 2026 16:49:48 +0200 Subject: [PATCH] feat: add link button to view service details in IncrociTable --- .../infoalloggi/src/components/servizio/incroci.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/infoalloggi/src/components/servizio/incroci.tsx b/apps/infoalloggi/src/components/servizio/incroci.tsx index b4bd287..01a6f7e 100644 --- a/apps/infoalloggi/src/components/servizio/incroci.tsx +++ b/apps/infoalloggi/src/components/servizio/incroci.tsx @@ -1,5 +1,5 @@ import { format } from "date-fns"; -import { Waypoints } from "lucide-react"; +import { ArrowRight, Waypoints } from "lucide-react"; import Link from "next/link"; import { Button, type ButtonProps } from "~/components/ui/button"; import { @@ -68,6 +68,7 @@ const IncrociTable = ({ annuncioId }: { annuncioId: AnnunciId }) => { Utente Data Note + Servizio @@ -108,6 +109,16 @@ const IncrociTable = ({ annuncioId }: { annuncioId: AnnunciId }) => { {incrocio.note} + + + + + )) )}