diff --git a/src/components/LadybugClockPuzzle.tsx b/src/components/LadybugClockPuzzle.tsx index 1fab2ca..4ad2044 100644 --- a/src/components/LadybugClockPuzzle.tsx +++ b/src/components/LadybugClockPuzzle.tsx @@ -409,10 +409,10 @@ const LadybugClockPuzzle: React.FC = ({

Which number do you think is most likely to be painted last?

-
+
{Array.from({ length: numPositions - 1 - }, (_, i) => i + 1).map(pos => )}