From b000d0e1f712190633eafae84acc595a7c9cb551 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 15 Mar 2026 13:20:57 +0100 Subject: [PATCH] fix: replace horizontal dashed lines with solid vertical column dividers --- components/journeys/ColumnJourney.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/journeys/ColumnJourney.tsx b/components/journeys/ColumnJourney.tsx index a7694d1..38e4ffb 100644 --- a/components/journeys/ColumnJourney.tsx +++ b/components/journeys/ColumnJourney.tsx @@ -518,9 +518,7 @@ export default function ColumnJourney({ return ( {i > 0 && ( -
-
-
+
)}