Skip to content

Commit

Permalink
Improve twitter text
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jul 22, 2024
1 parent 00067e8 commit 962d19c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/modals/RewardPerDayModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ export default function RewardPerDayModal({
const stakerReward = Number(data?.earned.staker ?? '0')
const creatorReward = Number(data?.earned.creator ?? '0')

const twitterShareText = `💰 Turn your love of memes into rewards!
Epic lets you earn tokens simply by liking and posting memes.
const twitterShareText = `💰 Turn your love of memes into rewards!
@EpicAppNet lets you earn tokens simply by liking and posting memes.
Sounds too good to be true? Join me and see for yourself! 😉`
Sounds too good to be true? Join me and see for yourself! 😉
`

useHotkeys('esc', close)

Expand Down

0 comments on commit 962d19c

Please sign in to comment.