This commit is contained in:
github-actions[bot] 2022-10-09 23:10:24 +00:00 committed by GitHub
commit 6885001e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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