diff options
author | William Carroll <wpcarro@gmail.com> | 2020-04-18T18·51+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-04-18T18·51+0100 |
commit | 9e855f7427841e40683b4b604df0a426d14f82ea (patch) | |
tree | 140eb72d34dc3f62d26f9f3c7ca4508f75f8b457 /website/sandbox/learnpianochords/src/State.elm | |
parent | f55d2f09f75605c4943a59a2e8139a47d523c165 (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.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 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 } |