increase perfect game time limit
This commit is contained in:
parent
c27b5f17d5
commit
80e10e99d7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue