fix referrals seo
This commit is contained in:
parent
624df76393
commit
de53a13c84
|
@ -21,7 +21,12 @@ export default function ReferralsPage() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
<SEO title="Referrals" description="" url="/add-funds" />
|
<SEO
|
||||||
|
title="Referrals"
|
||||||
|
description={`Manifold's referral program. Invite new users to Manifold and get M${REFERRAL_AMOUNT} if they
|
||||||
|
sign up!`}
|
||||||
|
url="/referrals"
|
||||||
|
/>
|
||||||
|
|
||||||
<Col className="items-center">
|
<Col className="items-center">
|
||||||
<Col className="h-full rounded bg-white p-4 py-8 sm:p-8 sm:shadow-md">
|
<Col className="h-full rounded bg-white p-4 py-8 sm:p-8 sm:shadow-md">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user