Skip to content

Commit

Permalink
feat(profile-header): update social share hashtags on X
Browse files Browse the repository at this point in the history
- Updated `profile-header.tsx` to include additional hashtags, "Crypto" and "Blockchain," in the share URL for X (formerly Twitter).
- Helps improve post visibility and align with platform focus.
  • Loading branch information
cswni committed Jan 21, 2025
1 parent 9c83319 commit f6e2c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/user/profile-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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%20on%20Watchit&hashtags=Watchit`,
url: `https://x.com/share/?url=${encodeURIComponent(urlToShare)}&text=Visit%20my%20profile%20on%20Watchit&hashtags=Watchit,Crypto,Blockchain`,
},
{
icon: 'mdi:facebook',
Expand Down

0 comments on commit f6e2c36

Please sign in to comment.