Tweak "about" page text

This commit is contained in:
3wc 2021-04-24 18:06:04 +02:00
parent 00a50993b1
commit 444e6b2b20
1 changed files with 15 additions and 7 deletions

View File

@ -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 ")"
]
]
]
]
]