Auto-prettification

This commit is contained in:
sipec 2022-10-09 23:10:02 +00:00 committed by github-actions[bot]
parent 60f2552139
commit 4831c25ce0

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