Update tagline

This commit is contained in:
Richard Feldman
2016-08-19 03:44:01 -07:00
parent ea6e074ddf
commit dee37fa458
8 changed files with 8 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ view model =
div [ class "content" ]
[ header []
[ h1 [] [ text "ElmHub" ]
, span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
, span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
]
, input [ class "search-query", onInput SetQuery, defaultValue model.query ] []
, button [ class "search-button", onClick Search ] [ text "Search" ]