Skip to content

Commit b295ffd

Browse files
committed
web: update social link
1 parent 8163c8c commit b295ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/Main.elm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ view model =
365365
]
366366
, Html.li []
367367
[ Html.a
368-
[ HA.href "https://twitter.com/sandy_doo/" ]
369-
[ Html.text "Follow me on Twitter" ]
368+
[ HA.href "https://x.com/sandydoo/" ]
369+
[ Html.text "Follow me on X" ]
370370
]
371371
, Html.li []
372372
[ Html.a

0 commit comments

Comments
 (0)