Switching out "app" for "recipes"
Some checks failed
continuous-integration/drone/pr Build is failing

- HTML pages
- Elm pages (about page)
- All headings
This commit is contained in:
2022-03-24 09:43:29 -04:00
parent 6bf2df4a45
commit 2e70d9db66
5 changed files with 10 additions and 10 deletions

View File

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