Remove main page heading.

This commit is contained in:
Nicolas Perriault 2017-04-22 16:43:45 +02:00
parent 440806fa80
commit d8f5270128
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
body {
font-family: Roboto, sans-serif;
padding-top: 10px;
}
.status {

View File

@ -471,8 +471,7 @@ authView model =
view : Model -> Html Msg
view model =
div [ class "container-fluid" ]
[ h1 [] [ text "tooty" ]
, errorsListView model
[ errorsListView model
, case model.client of
Just client ->
homepageView model