diff --git a/src/sections/user/profile-header.tsx b/src/sections/user/profile-header.tsx index 746063a2..334dd310 100644 --- a/src/sections/user/profile-header.tsx +++ b/src/sections/user/profile-header.tsx @@ -62,7 +62,7 @@ const shareLinks = [ { icon: 'mingcute:social-x-line', label: 'X', - url: `https://x.com/share/?url=${encodeURIComponent(urlToShare)}&text=Visit%20my%20profile%20in%20Watchit&hashtags=Watchit,Blockchain,Crypto`, + url: `https://x.com/share/?url=${encodeURIComponent(urlToShare)}&text=Visit%20my%20profile%20on%20Watchit&hashtags=Watchit,Blockchain,Crypto`, }, { icon: 'mdi:facebook',