mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-28 08:04:06 +03:00
Fix typos in Message HTML example
This commit is contained in:
parent
cb79a5242f
commit
a205a7b985
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user