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}
+
+
+
+
+
))
)}