From cad75f1b4f5bb5124b7c14ef164646473c56ddbf Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 19 Aug 2016 04:23:43 -0700 Subject: [PATCH] Update part1/Main --- part1/Main.elm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/part1/Main.elm b/part1/Main.elm index fc11ceb..d9f6a2b 100644 --- a/part1/Main.elm +++ b/part1/Main.elm @@ -15,8 +15,9 @@ model = elmHubHeader = header [] - [ -- TODO add the equivalent of

ElmHub

right before this - span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] + [ -- TODO wrap the following text in an

+ text "ElmHub" + , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ] ]