From f1ed6f2f43eb0bfaca961b68d70a1f2a25107851 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 8 Aug 2021 00:58:54 +0200 Subject: [PATCH] Store fix --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.ts b/src/store.ts index cea427a..1fe8185 100644 --- a/src/store.ts +++ b/src/store.ts @@ -31,7 +31,7 @@ const store = create((set) => ({ uid: null, showScore: false, showOvScore: true, - currentIntroStep: 5, + currentIntroStep: 1, revealablesFinished: 0, currentScene: Scenes.OVERVIEW, currentSubproject: null,