small fixes

This commit is contained in:
Dennis Schoepf 2021-08-07 21:51:32 +02:00
parent 453d5424c5
commit 2be130aedc
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ export interface State {
const store = create<State>((set) => ({
uid: null,
showScore: false,
currentIntroStep: 0,
currentIntroStep: 1,
revealablesFinished: 0,
currentScene: Scenes.OVERVIEW,
currentSubproject: null,