increase perfect game time limit

This commit is contained in:
adueck 2023-01-11 18:53:12 +05:00
parent c27b5f17d5
commit 80e10e99d7
1 changed files with 1 additions and 1 deletions

View File

@ -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,