Skip to content

Commit

Permalink
add text
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Nov 12, 2024
1 parent 01d05e1 commit f7a8394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/get-verge.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function GetVerge(props) {
</p>

<div className="col-xs-10">


<h2>{t('get-verge:body.intro', { defaultValue: 'Trade Verge on the most popular exchanges.' })}</h2>
<h3>{t('get-verge:body.intro2', { defaultValue: 'We’re proud to be listed on:' })}</h3>
Expand All @@ -38,6 +37,9 @@ function GetVerge(props) {
<br />
</span>

{/* Text added above the iframe */}
<h4 style={{ textAlign: 'center' }}>Here you can buy XVG or any cryptocurrency with Paypal, or just swap crypto for crypto here!</h4>

<div className="iframe-container" style={{ textAlign: 'center', marginBottom: '20px' }}>
<iframe
src="https://swapspace.co/widget/e690ba97ac5620dc27d4101c"
Expand Down

0 comments on commit f7a8394

Please sign in to comment.