about summary refs log tree commit diff
path: root/website/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'website/sandbox')
-rw-r--r--website/sandbox/chord-drill-sergeant/src/Piano.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/chord-drill-sergeant/src/Piano.elm b/website/sandbox/chord-drill-sergeant/src/Piano.elm
index 80c24834c1c8..f539f95fc9f6 100644
--- a/website/sandbox/chord-drill-sergeant/src/Piano.elm
+++ b/website/sandbox/chord-drill-sergeant/src/Piano.elm
@@ -78,7 +78,7 @@ natural { offset, isHighlit, note } =
         , style "position" "absolute"
         , style "left" (String.fromInt offset ++ "px")
         ]
-        [ p [] [ text (Theory.viewNote note) ] ]
+        []
 
 
 {-| These are the black keys on most modern pianos.