slight bump up in game time
This commit is contained in:
parent
6051dd15c1
commit
082b1f1b2e
|
@ -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}
|
||||
/>
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue