Slight VisD tweaks
This commit is contained in:
parent
9d27ec307b
commit
edf9d38df3
|
@ -23,6 +23,12 @@ export default function AddFundsPage() {
|
||||||
<Col className="items-center">
|
<Col className="items-center">
|
||||||
<Col>
|
<Col>
|
||||||
<Title text="Get Mantic Dollars" />
|
<Title text="Get Mantic Dollars" />
|
||||||
|
<Image
|
||||||
|
className="block mt-6"
|
||||||
|
src="/praying-mantis-light.svg"
|
||||||
|
width={200}
|
||||||
|
height={200}
|
||||||
|
/>
|
||||||
|
|
||||||
<div className="text-gray-500 mb-6">
|
<div className="text-gray-500 mb-6">
|
||||||
Use Mantic Dollars to trade in your favorite markets. <br /> (Not
|
Use Mantic Dollars to trade in your favorite markets. <br /> (Not
|
||||||
|
@ -50,19 +56,12 @@ export default function AddFundsPage() {
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
className="btn btn-primary px-16 font-medium bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600"
|
className="btn btn-primary w-full font-medium bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600"
|
||||||
>
|
>
|
||||||
Checkout
|
Checkout
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</Col>
|
</Col>
|
||||||
<Spacer h={4} />
|
|
||||||
<Image
|
|
||||||
className="block mt-6"
|
|
||||||
src="/praying-mantis-light.svg"
|
|
||||||
width={200}
|
|
||||||
height={200}
|
|
||||||
/>
|
|
||||||
</Col>
|
</Col>
|
||||||
</Page>
|
</Page>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user