Skip to content

Commit

Permalink
twitter -> x
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Mar 6, 2024
1 parent cd11a24 commit 6cd1a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/contact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pub fn render() -> Node<Msg> {
span![
"Please contact me via ",
a![
"twitter",
attrs! {At::Class => "link", At::Href => "https://twitter.com/craigmayhew"}
"X",
attrs! {At::Class => "link", At::Href => "https://x.com/craigmayhew"}
],
" or by opening an issue on ",
a![
Expand Down

0 comments on commit 6cd1a7f

Please sign in to comment.