Clarify some TODOs

This commit is contained in:
Richard Feldman
2016-09-03 00:28:03 -07:00
parent 7356c0b8be
commit e0c26e5281

View File

@@ -6,7 +6,7 @@ import Html.Attributes exposing (..)
elmHubHeader =
header []
[ -- TODO wrap the following text in an <h1>
[ -- TODO wrap this text in an <h1>
text "ElmHub"
, span [ class "tagline" ]
[{- TODO put some text in here that says:
@@ -18,6 +18,8 @@ elmHubHeader =
main =
div [ class "content" ]
[ -- TODO put the header here
[ -- TODO Add elmHubHeader here.
--
-- HINT: You'll need a comma!
ul [ class "results" ] []
]