diff --git a/client/components/roadmap/Timeline.tsx b/client/components/roadmap/Timeline.tsx index 365edbff..037d0386 100644 --- a/client/components/roadmap/Timeline.tsx +++ b/client/components/roadmap/Timeline.tsx @@ -94,11 +94,11 @@ export default function Timeline({
-
+
-
+
{phases.map((p, idx) => ( -
+
{/* Phase header */}
{(() => { @@ -127,7 +127,7 @@ export default function Timeline({ onClick={() => onToggleClaim?.(e.id)} title={e.title} > -
+
{e.claimed ? ( ) : (