diff --git a/src/components/KnightsPuzzle.tsx b/src/components/KnightsPuzzle.tsx index f1f5d72..b7f528b 100644 --- a/src/components/KnightsPuzzle.tsx +++ b/src/components/KnightsPuzzle.tsx @@ -249,11 +249,11 @@ const KnightsPuzzle = ({ showSocialShare = false }: KnightsPuzzleProps) => { {/* Purple: Initial and Target positions side by side */}
- - - Initial Position - - + +
+ Initial +
+
{initialBoard.map((row, rowIndex) => row.map((piece, colIndex) => (