Skip to content

Commit

Permalink
Merge pull request #186 from TrustlessComputer/daily_reward
Browse files Browse the repository at this point in the history
update
  • Loading branch information
0xmegalodon authored Jan 31, 2024
2 parents 8ea10a0 + 8b5671d commit 0c85258
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/modules/PublicSale/rewardButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,15 @@ const RaffleButton = ({ className }: any) => {
'BTC',
true,
)} to building Bitcoin's future with @BVMnetwork\n\n`;
return window.open(
`https://twitter.com/intent/tweet?url=${shareUrl}&text=${encodeURIComponent(
content,
)}`,
'_blank',
);

setTimeout(() => {
return window.open(
`https://twitter.com/intent/tweet?url=${shareUrl}&text=${encodeURIComponent(
content,
)}`,
'_blank',
);
}, 300);
};

const rewardValue = useMemo(() => {
Expand Down

0 comments on commit 0c85258

Please sign in to comment.