Update part1/Main

This commit is contained in:
Richard Feldman
2016-08-19 04:23:43 -07:00
parent b4759f6327
commit cad75f1b4f

View File

@@ -15,8 +15,9 @@ model =
elmHubHeader =
header []
[ -- TODO add the equivalent of <h1>ElmHub</h1> right before this <span>
span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
[ -- TODO wrap the following text in an <h1>
text "ElmHub"
, span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
]