Add mantic dollars description
This commit is contained in:
parent
605911bfee
commit
31ad1a7dad
|
@ -24,7 +24,12 @@ export function AddFundsButton() {
|
|||
|
||||
<div className="modal">
|
||||
<div className="modal-box">
|
||||
<div className="text-lg mb-6">Buy Mantic Dollars</div>
|
||||
<div className="text-lg mb-6">Get Mantic Dollars</div>
|
||||
|
||||
<div className="text-gray-500 mb-6">
|
||||
Use Mantic Dollars to trade in your favorite markets. <br /> (Not
|
||||
redeemable for cash.)
|
||||
</div>
|
||||
|
||||
<div className="text-gray-500 text-sm mb-2">Amount</div>
|
||||
<FundsSelector
|
||||
|
|
|
@ -18,10 +18,12 @@ export default function AddFundsPage() {
|
|||
<SEO title="Add funds" description="Add funds" url="/add-funds" />
|
||||
<Header />
|
||||
|
||||
<Title text="Add funds" />
|
||||
<Title text="Get Mantic Dollars" />
|
||||
|
||||
<div>
|
||||
<div className="text-lg mb-6">Buy Mantic Dollars</div>
|
||||
<div className="text-gray-500 mb-6">
|
||||
Use Mantic Dollars to trade in your favorite markets. <br /> (Not
|
||||
redeemable for cash.)
|
||||
</div>
|
||||
|
||||
<div className="text-gray-500 text-sm mb-2">Amount</div>
|
||||
<FundsSelector
|
||||
|
@ -45,6 +47,5 @@ export default function AddFundsPage() {
|
|||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user