diff --git a/website/sandbox/chord-drill-sergeant/src/Piano.elm b/website/sandbox/chord-drill-sergeant/src/Piano.elm index 80c24834c..f539f95fc 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.