fix copy to make clear referrals aren't limited
This commit is contained in:
parent
b3e6dce31e
commit
69c2570ff9
|
@ -242,7 +242,8 @@ export function UserPage(props: { user: User }) {
|
||||||
<SiteLink href="/referrals">
|
<SiteLink href="/referrals">
|
||||||
Earn {formatMoney(REFERRAL_AMOUNT)} when you refer a friend!
|
Earn {formatMoney(REFERRAL_AMOUNT)} when you refer a friend!
|
||||||
</SiteLink>{' '}
|
</SiteLink>{' '}
|
||||||
You have <ReferralsButton user={user} currentUser={currentUser} />
|
You've gotten
|
||||||
|
<ReferralsButton user={user} currentUser={currentUser} />
|
||||||
</span>
|
</span>
|
||||||
<ShareIconButton
|
<ShareIconButton
|
||||||
copyPayload={`https://${ENV_CONFIG.domain}?referrer=${currentUser.username}`}
|
copyPayload={`https://${ENV_CONFIG.domain}?referrer=${currentUser.username}`}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user