From 082b1f1b2eea5123a182c468c2f2ba8e14f17f33 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 18 Sep 2021 20:31:09 -0400 Subject: [PATCH] slight bump up in game time --- src/games/sub-cores/GenderGame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/sub-cores/GenderGame.tsx b/src/games/sub-cores/GenderGame.tsx index 6872414..319dc39 100644 --- a/src/games/sub-cores/GenderGame.tsx +++ b/src/games/sub-cores/GenderGame.tsx @@ -105,7 +105,7 @@ export default function({level, id}: { level: 1 | 2, id: string}) { questions={questions} id={id} Display={Display} - timeLimit={level === 1 ? 65 : 85} + timeLimit={level === 1 ? 70 : 90} Instructions={Instructions} /> };