diff --git a/src/Pages/About.elm b/src/Pages/About.elm index 5fe2bf3..140cf48 100644 --- a/src/Pages/About.elm +++ b/src/Pages/About.elm @@ -49,17 +49,25 @@ view { params } = , div [ class "card-body" ] [ p [] [ - text "a lil " - , elm_link - , text " single-page app to display " + text "a lil' " + , text " tool to display " , coopcloud_link - , text " apps. by @3wc (" - , source_link - , text ")" + , text " apps." + ] + , p [] + [ + text "written in " + , elm_link + , text " for some reason 🤷" ] ] , div [ class "card-footer" ] - [] + [ p [] + [ text "by @3wc (" + , source_link + , text ")" + ] + ] ] ] ]