about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/src/State.elm
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-04-18T18·51+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-04-18T18·51+0100
commit9e855f7427841e40683b4b604df0a426d14f82ea (patch)
tree140eb72d34dc3f62d26f9f3c7ca4508f75f8b457 /website/sandbox/learnpianochords/src/State.elm
parentf55d2f09f75605c4943a59a2e8139a47d523c165 (diff)
Create Overview for Learn Piano Chords
Since I've published this, I should include an Overview page to orient potential
users. This Overview could be better -- as could many things with this app --
but it's a start, and I'm seeking small wins.
Diffstat (limited to 'website/sandbox/learnpianochords/src/State.elm')
-rw-r--r--website/sandbox/learnpianochords/src/State.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/learnpianochords/src/State.elm b/website/sandbox/learnpianochords/src/State.elm
index 2588d8566ff1..fa08f9441893 100644
--- a/website/sandbox/learnpianochords/src/State.elm
+++ b/website/sandbox/learnpianochords/src/State.elm
@@ -97,7 +97,7 @@ init =
     , tempo = 20
     , firstNote = firstNote
     , lastNote = lastNote
-    , view = Preferences
+    , view = Overview
     }