mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
fix: replace twitter with x (#407)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user