Tweak HTML titles
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2021-04-25 17:47:57 +02:00
parent 1526060f62
commit 8b7615dce1
3 changed files with 5 additions and 4 deletions

View File

@ -134,11 +134,11 @@ title : Model -> String
title model =
case model.status of
Loading ->
"loading - abra apps"
"loading abra apps"
Failure ->
"error - abra apps"
"error - abra apps"
Success app ->
app.name ++ " - abra apps"
app.name ++ " abra apps"
body : Model -> Html Msg