From e0c26e5281cab7d3435cfac8d525abbb66715fa8 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 3 Sep 2016 00:28:03 -0700 Subject: [PATCH] Clarify some TODOs --- part1/Main.elm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/part1/Main.elm b/part1/Main.elm index 3b7c10a..e61f8d9 100644 --- a/part1/Main.elm +++ b/part1/Main.elm @@ -6,7 +6,7 @@ import Html.Attributes exposing (..) elmHubHeader = header [] - [ -- TODO wrap the following text in an

+ [ -- TODO wrap this text in an

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" ] [] ]