Update attribution

This commit is contained in:
3wc 2023-01-22 20:24:29 -08:00
parent 5b28441102
commit a7ea4207ce
1 changed files with 4 additions and 1 deletions

View File

@ -37,6 +37,7 @@ view { params } =
elm_link = a [ href "https://elm-lang.org/" ] [ text "Elm" ]
coopcloud_link = a [ href "https://coopcloud.tech/" ] [ text "Co-op Cloud" ]
source_link = a [ href "https://git.coopcloud.tech/coop-cloud/abra-apps" ] [ text "source" ]
autonomic_link = a [ href "https://autonomic.zone" ] [ text "Autonomic" ]
in
{ title = "About Co-op Cloud Recipes"
, body =
@ -63,7 +64,9 @@ view { params } =
]
, div [ class "card-footer" ]
[ p []
[ text "by @3wc ("
[ text "made with 🤪 at "
, autonomic_link
, text " ("
, source_link
, text ")"
]