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,