Skip to content

Commit 85e6ae6

Browse files
Update get-verge.js
1 parent 52357e8 commit 85e6ae6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

pages/get-verge.js

+20-20
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ function GetVerge(props) {
1515
</Head>
1616

1717
<div className="get-verge pt-large pb">
18-
<div className="container">
19-
<div className="row center-xs middle-xs pt pb">
20-
{/* Text added above the iframe */}
21-
<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>
22-
<center>
23-
<div className="iframe-container" style={{ textAlign: 'center', marginBottom: '10px' }}>
24-
<center>
25-
<iframe
26-
src="https://swapspace.co/widget/e690ba97ac5620dc27d4101c"
27-
frameBorder="0"
28-
width="604px"
29-
height="536px"
30-
style={{
31-
width: '604px',
32-
height: '536px',
33-
borderRadius: '20px',
34-
maxWidth: '100%',
35-
}}
36-
/></center>
18+
<div className="container">
19+
<div className="row center-xs middle-xs pt pb">
20+
{/* Text added above the iframe */}
21+
<h4 style={{ textAlign: 'center' }}>
22+
Here you can buy XVG (or any cryptocurrency) with Paypal Coin (from the Paypal App), Bitcoin, or Ethereum!
23+
or swap any crypto for a different crypto!
24+
</h4>
25+
<div className="iframe-container" style={{ display: 'flex', justifyContent: 'center', marginBottom: '10px' }}>
26+
<iframe
27+
src="https://swapspace.co/widget/e690ba97ac5620dc27d4101c"
28+
frameBorder="0"
29+
width="604px"
30+
height="536px"
31+
style={{
32+
width: '604px',
33+
height: '536px',
34+
borderRadius: '20px',
35+
maxWidth: '100%',
36+
}}
37+
/>
3738
</div>
38-
</center>
3939
<div className="col-xs-10">
4040
<h2>{t('get-verge:body.intro', { defaultValue: 'Trade Verge on the most popular exchanges.' })}</h2>
4141
<p className="mb">

0 commit comments

Comments
 (0)