diff options
-rw-r--r-- | website/sandbox/learnpianochords/src/State.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/learnpianochords/src/State.elm b/website/sandbox/learnpianochords/src/State.elm index 6cb89d8d1534..678fb0f9aa79 100644 --- a/website/sandbox/learnpianochords/src/State.elm +++ b/website/sandbox/learnpianochords/src/State.elm @@ -73,7 +73,7 @@ init = , tempo = 10 , firstNote = firstNote , lastNote = lastNote - , view = Preferences + , view = Overview , showFlashCard = True } |