Auto-prettification
This commit is contained in:
parent
60f2552139
commit
4831c25ce0
|
@ -25,7 +25,9 @@ export default function ReferralsPage() {
|
||||||
<Page>
|
<Page>
|
||||||
<SEO
|
<SEO
|
||||||
title="Refer a friend"
|
title="Refer a friend"
|
||||||
description={`Invite new users to Manifold and get ${formatMoney(REFERRAL_AMOUNT)} if they
|
description={`Invite new users to Manifold and get ${formatMoney(
|
||||||
|
REFERRAL_AMOUNT
|
||||||
|
)} if they
|
||||||
sign up!`}
|
sign up!`}
|
||||||
url="/referrals"
|
url="/referrals"
|
||||||
/>
|
/>
|
||||||
|
@ -41,8 +43,8 @@ export default function ReferralsPage() {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className={'mb-4'}>
|
<div className={'mb-4'}>
|
||||||
Invite new users to Manifold and get {formatMoney(REFERRAL_AMOUNT)} if they
|
Invite new users to Manifold and get {formatMoney(REFERRAL_AMOUNT)}{' '}
|
||||||
sign up!
|
if they sign up!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<CopyLinkButton
|
<CopyLinkButton
|
||||||
|
|
Loading…
Reference in New Issue
Block a user