From dffc7999e2509eb08e84dfff773ee3497cd608f1 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 00:17:21 +0000 Subject: [PATCH] Cozy spacing in GalaxyMap and Timeline cgen-638894c6c69d4bdc830c2cfa8ae79272 --- client/components/roadmap/GalaxyMap.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/roadmap/GalaxyMap.tsx b/client/components/roadmap/GalaxyMap.tsx index fc0cfaa5..c1aa636c 100644 --- a/client/components/roadmap/GalaxyMap.tsx +++ b/client/components/roadmap/GalaxyMap.tsx @@ -17,7 +17,7 @@ export default function GalaxyMap({ phases, onSelect }: { phases: PhaseSummary[] }; return ( -
+
@@ -32,7 +32,7 @@ export default function GalaxyMap({ phases, onSelect }: { phases: PhaseSummary[]
-
+
{phases.map((p) => { const Icon = iconFor[p.id]; return (