From 9895a5e444ee8b190805696849b233b0ea9b4f04 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 6 Aug 2022 14:41:44 -0500 Subject: [PATCH] keys --- squarenotsquare/src/screens/Game.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)}