This commit is contained in:
@ -151,13 +151,13 @@ title : Model -> String
|
||||
title model =
|
||||
case model.status of
|
||||
Loading ->
|
||||
"loading – abra recipes"
|
||||
"loading – Co-op Cloud Recipes"
|
||||
|
||||
Failure ->
|
||||
"error –- abra recipes"
|
||||
"error –- Co-op Cloud Recipes"
|
||||
|
||||
Success app ->
|
||||
app.name ++ " – abra recipes"
|
||||
app.name ++ " – Co-op Cloud Recipes"
|
||||
|
||||
|
||||
body : Model -> Html Msg
|
||||
|
Reference in New Issue
Block a user