fix: replace twitter with x (#407)

This commit is contained in:
Erison Silva
2024-11-05 12:12:10 +01:00
committed by GitHub
parent ec1060978c
commit cac8ba05f4
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ const shareLinks = [
linkTitle: `Share this post on Facebook`,
},
{
name: "Twitter",
href: "https://twitter.com/intent/tweet?url=",
linkTitle: `Tweet this post`,
name: "X",
href: "https://x.com/intent/post?url=",
linkTitle: `Share this post on X`,
},
{
name: "Telegram",