|
@@ -206,9 +206,9 @@ const App: FC<Props> = (props) => {
|
|
|
shareUrl: `https://t.me/share/url?url=${url}`,
|
|
|
},
|
|
|
{
|
|
|
- icon: "/home/X.webp",
|
|
|
- label: "Twitter",
|
|
|
- shareUrl: `https://twitter.com/intent/tweet?text=${url}`,
|
|
|
+ icon: "/summary/Twitter.webp",
|
|
|
+ label: "X",
|
|
|
+ shareUrl: `https://x.com/intent/post?text=${url}`,
|
|
|
},
|
|
|
{
|
|
|
icon: "/summary/Email.webp",
|
|
@@ -544,7 +544,7 @@ const App: FC<Props> = (props) => {
|
|
|
<div className="tel-box">
|
|
|
<a href="" className="telicon">
|
|
|
<Image
|
|
|
- src="/summary/telegram.webp"
|
|
|
+ src="/summary/Telegram.webp"
|
|
|
height={100}
|
|
|
width={100}
|
|
|
alt="telegram"
|