From 83548120884da2a384d3bef7e647a742cce68857 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Mon, 20 Jan 2025 21:20:43 -0600 Subject: [PATCH] design: improved size of invite to refer --- src/sections/user/profile-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',