From a7ea4207ce3b22c8c6152a76ca486edaf5801c7e Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 22 Jan 2023 20:24:29 -0800 Subject: [PATCH] Update attribution --- src/Pages/About.elm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Pages/About.elm b/src/Pages/About.elm index 20a801c..dff6e50 100644 --- a/src/Pages/About.elm +++ b/src/Pages/About.elm @@ -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 ")" ]