slight bump up in game time

This commit is contained in:
lingdocs 2021-09-18 20:31:09 -04:00
parent 6051dd15c1
commit 082b1f1b2e
1 changed files with 1 additions and 1 deletions

View File

@ -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}
/>
};