Skip to content

Commit

Permalink
Update get-verge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jan 18, 2025
1 parent d9c2a6f commit 4256d5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pages/get-verge.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ function GetVerge(props) {
<Layout>
<Head>
<title key="title">{t('common:meta.get-verge.title', { defaultValue: 'Get Verge - VergeCurrency.com' })}</title>
</Head>
</Head><br><br>
<div className="get-verge pt-large pb">
<div className="iframe-container" style={{ textAlign: 'center', marginBottom: '20px' }}>
{/* Text added above the iframe */}
<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>
<iframe
src="https://swapspace.co/widget/e690ba97ac5620dc27d4101c"
frameBorder="0"
Expand Down Expand Up @@ -50,9 +52,6 @@ function GetVerge(props) {
<br />
</span>

{/* Text added above the iframe */}
<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>

<h3>
{t('home:getverge.text6', {defaultValue: 'Exchange Disclaimer:'})}
{' '}
Expand Down

0 comments on commit 4256d5b

Please sign in to comment.