Skip to content

Commit

Permalink
feat: add share intent link to X button
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Sep 15, 2024
1 parent 114a456 commit e710c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/community/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ const CommunityPage: NextPage<CommunityPage> = () => {
</Button>
</Box>
<Link
href=""
href={`https://twitter.com/intent/tweet?text=${encodeURIComponent('Check out this awesome community program! Join using my referral link:')}%20https://docs.strkfarm.xyz/p/community/referral-campaign`}
isExternal={true}
display="flex"
alignItems="center"
padding={{ base: '5px', md: '10px' }}
Expand Down

0 comments on commit e710c4d

Please sign in to comment.