diff --git a/src/components/KnightsPuzzle.tsx b/src/components/KnightsPuzzle.tsx index 02b7387..8397d22 100644 --- a/src/components/KnightsPuzzle.tsx +++ b/src/components/KnightsPuzzle.tsx @@ -183,17 +183,15 @@ const KnightsPuzzle = ({ showSocialShare = false }: KnightsPuzzleProps) => {

- {/* Blue: Number of moves */} -
- Moves: - {moveCount} -
- - {/* Orange: Status (without heading) */} -
- + {/* Blue and Orange: Moves (left) and Status (right) on same line */} +
+
+ Moves: + {moveCount} +
+
{isComplete ? "🎉 Puzzle Solved!" : "🎯 In Progress"} - +
{/* Yellow: Main interactive with controls */}