diff --git a/squarenotsquare/src/screens/Game.js b/squarenotsquare/src/screens/Game.js index fb11017..865e34d 100644 --- a/squarenotsquare/src/screens/Game.js +++ b/squarenotsquare/src/screens/Game.js @@ -139,8 +139,8 @@ function Game(props){ function generatePair(answer, shapeIndex, pairIndex) { if (answer === 0) { return ( - - + + {generateSquare(pairIndex)} {generateShape(shapeIndex, pairIndex)} @@ -148,8 +148,8 @@ function Game(props){ ); } else { return ( - - + + {generateShape(shapeIndex, pairIndex)} {generateSquare(pairIndex)}