From 59e9145676f236c209c57e7e6459e184b719df6e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 00:17:26 +0000 Subject: [PATCH] Cozy spacing in Timeline cgen-c2a43c3573fc4cf1a0135ff4bd3e45d0 --- client/components/roadmap/Timeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/roadmap/Timeline.tsx b/client/components/roadmap/Timeline.tsx index 20e187a1..671cdb9b 100644 --- a/client/components/roadmap/Timeline.tsx +++ b/client/components/roadmap/Timeline.tsx @@ -40,7 +40,7 @@ export default function Timeline({ }; return ( -
+
{phases.map((p) => { @@ -59,7 +59,7 @@ export default function Timeline({
-
+
{phases.map((p, idx) => (
{/* Phase header */}