From 4b3b12e757d517a48173fea9e5fab6f09bec483c Mon Sep 17 00:00:00 2001 From: CheezItMan Date: Mon, 13 Apr 2020 14:47:26 -0700 Subject: [PATCH] update wave numbers --- src/App.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 45f0c2b3..c6f16fc4 100644 --- a/src/App.js +++ b/src/App.js @@ -36,19 +36,19 @@ const App = () => { const checkForWinner = () => { - // Complete in Wave 2 + // Complete in Wave 3 } const resetGame = () => { - // Complete in Wave 3 + // Complete in Wave 4 } return (

React Tic Tac Toe

-

The winner is ... -- Fill in for wave 2

+

The winner is ... -- Fill in for wave 3

@@ -58,6 +58,4 @@ const App = () => { ); } - - export default App;