From eecae7bb2915497c727faa5ce9f78131bc5735b2 Mon Sep 17 00:00:00 2001 From: wildscotsmen Date: Thu, 18 Oct 2018 13:08:53 -0400 Subject: [PATCH] Changed title of quiz. --- src/pages/QuizGame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/QuizGame.js b/src/pages/QuizGame.js index 5235c74..b0f53b0 100644 --- a/src/pages/QuizGame.js +++ b/src/pages/QuizGame.js @@ -6,7 +6,7 @@ import Quiz from 'react-quiz-component'; class QuizGame extends Component { quiz = { - "quizTitle": "React Quiz Component Demo", + "quizTitle": "Trail Cam Quiz", "questions": [ { "question": What animal is this?
,