Help messages in overview and detail screen

This commit is contained in:
Dennis Schoepf 2021-08-02 22:18:34 +02:00
parent 2cdfbe8266
commit 8ab2d8c1fe
2 changed files with 26 additions and 1 deletions

View file

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