corpus

Log | Files | Refs | README | LICENSE

commit be7ddb4f3b074eecd1107cfca3c6adfcbb7b6c1f
parent 0105eee664727795aee703fde3095b58e3e84de0
Author: mtmn <miro@haravara.org>
Date:   Sun, 19 Apr 2026 20:16:05 +0200

chore: update links

Diffstat:
Msrc/Client.elm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Client.elm b/src/Client.elm @@ -1407,8 +1407,8 @@ renderAboutView currentSlug allUsers = , div [ class "stats-section" ] [ h2 [] [ text "source" ] , p [ class "about-meta" ] - [ div [] [ extLink "https://github.com/mtmn/corpus" "github repo" ] - , div [] [ extLink "https://instagram.com/counterpoint303" "counterpoint" ] + [ div [] [ extLink "https://instagram.com/counterpoint303" "counterpoint" ] + , div [] [ extLink "https://github.com/mtmn/corpus" "github repo" ] , div [] [ extLink "https://mtmn.name" "mtmn.name" ] ] ]