Remove main page heading.
This commit is contained in:
parent
440806fa80
commit
d8f5270128
@ -1,5 +1,6 @@
|
||||
body {
|
||||
font-family: Roboto, sans-serif;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.status {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user