Fix typos in Message HTML example

This commit is contained in:
Aaron VonderHaar 2020-04-27 17:27:24 -07:00
parent cb79a5242f
commit a205a7b985

View File

@ -69,9 +69,9 @@ init =
(Message.Html (Message.Html
[ text "Click " [ text "Click "
, a [ href "http://www.noredink.com", Attributes.target "_blank" ] , a [ href "http://www.noredink.com", Attributes.target "_blank" ]
[ text "here, yes, HERE, right here on this very long success message." [ text "here, yes, HERE, right here on this very long success message. "
, text "Wow, how successful! You're the biggest success I've ever seen!" , text "Wow, how successful! You're the biggest success I've ever seen! "
, text "You should feel great about yourself! Give yourself a very big round of applause!" , text "You should feel great about yourself! Give yourself a very big round of applause! "
, styled div , styled div
[ display inlineBlock [ display inlineBlock
, width (px 20) , width (px 20)