Skip to content

Commit bd884ec

Browse files
Update get-verge.js
1 parent defbbca commit bd884ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pages/get-verge.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ function GetVerge(props) {
1717
<div className="get-verge pt-large pb">
1818
<div className="container">
1919
<div className="row center-xs middle-xs pt pb">
20-
<p className="mb">
21-
<a
22-
href="https://coinmarketcap.com/currencies/verge/"
23-
rel="noopener noreferrer"
24-
>
25-
{t('get-verge:body.intro3', { defaultValue: 'Visit Coinmarketcap for an additional list of market pairs.' })}
26-
</a>
27-
</p>
2820
{/* Text added above the iframe */}
2921
<h4 style={{ textAlign: 'center' }}>Here you can buy XVG (or any cryptocurrency) with Paypal Coin (from the Paypal App), Bitcoin, or Ethereum! or swap any crypto for a different crypto!</h4>
3022

@@ -44,6 +36,14 @@ function GetVerge(props) {
4436
</div>
4537
<div className="col-xs-10">
4638
<h2>{t('get-verge:body.intro', { defaultValue: 'Trade Verge on the most popular exchanges.' })}</h2>
39+
<p className="mb">
40+
<a
41+
href="https://coinmarketcap.com/currencies/verge/"
42+
rel="noopener noreferrer"
43+
>
44+
{t('get-verge:body.intro3', { defaultValue: 'Visit Coinmarketcap for an additional list of market pairs.' })}
45+
</a>
46+
</p>
4747
<h3>{t('get-verge:body.intro2', { defaultValue: 'We’re proud to be listed on:' })}</h3>
4848
<Exchanges />
4949

0 commit comments

Comments
 (0)