diff --git a/src/components/stage-dot.tsx b/src/components/stage-dot.tsx index 2dd1912..151ebbe 100644 --- a/src/components/stage-dot.tsx +++ b/src/components/stage-dot.tsx @@ -10,7 +10,7 @@ export function StageDot({ stage }: { stage: Stage }) { const { color, label } = config[stage]; return ( - + );