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">
|
||||
Earn {formatMoney(REFERRAL_AMOUNT)} when you refer a friend!
|
||||
</SiteLink>{' '}
|
||||
You have <ReferralsButton user={user} currentUser={currentUser} />
|
||||
You've gotten
|
||||
<ReferralsButton user={user} currentUser={currentUser} />
|
||||
</span>
|
||||
<ShareIconButton
|
||||
copyPayload={`https://${ENV_CONFIG.domain}?referrer=${currentUser.username}`}
|
||||
|
|
Loading…
Reference in New Issue
Block a user