From 80e10e99d7ec81b9aa73b57d199cf5ac45e0d4cb Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 11 Jan 2023 18:53:12 +0500 Subject: [PATCH] increase perfect game time limit --- src/games/sub-cores/PerfectGame.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/sub-cores/PerfectGame.tsx b/src/games/sub-cores/PerfectGame.tsx index 31b7d26..ab290d6 100644 --- a/src/games/sub-cores/PerfectGame.tsx +++ b/src/games/sub-cores/PerfectGame.tsx @@ -40,7 +40,7 @@ import { isImperativeTense } from "@lingdocs/ps-react/dist/lib/src/type-predicat const kidsColor = "#017BFE"; const amount = 12; -const timeLimit = 140; +const timeLimit = 160; type Question = { rendered: T.VPRendered,