Fix prettier errors
This commit is contained in:
parent
aaef9842d4
commit
72f4a2f603
|
@ -16,7 +16,11 @@ export default function AddFundsPage() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
<SEO title="Get Manifold Dollars" description="Get Manifold Dollars" url="/add-funds" />
|
<SEO
|
||||||
|
title="Get Manifold Dollars"
|
||||||
|
description="Get Manifold Dollars"
|
||||||
|
url="/add-funds"
|
||||||
|
/>
|
||||||
|
|
||||||
<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">
|
||||||
|
@ -29,8 +33,8 @@ export default function AddFundsPage() {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="mb-6 text-gray-500">
|
<div className="mb-6 text-gray-500">
|
||||||
Purchase Manifold Dollars to trade in your favorite markets. <br /> (Not
|
Purchase Manifold Dollars to trade in your favorite markets. <br />{' '}
|
||||||
redeemable for cash.)
|
(Not redeemable for cash.)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mb-2 text-sm text-gray-500">Amount</div>
|
<div className="mb-2 text-sm text-gray-500">Amount</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user