Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Aug 19, 2024
1 parent c67a927 commit 198ab27
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pages/get-verge.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,16 @@ function GetVerge(props) {
<br />
</span>
</h3>
<h4>
{t('home:getverge.text9', {defaultValue: 'Network and Proof of Work stats! <a href="https://vergecurrency.network/">https://vergecurrency.network/</a>',})}<br />
{t('home:getverge.text10', {defaultValue: 'List of most swap sites! <a href="https://www.bestchange.com/bitcoin-to-verge.html">https://www.bestchange.com/bitcoin-to-verge.html</a>',})}<br />
{t('home:getverge.text11', {defaultValue: 'Almost all hashrate stats and almost every pool’s hashrate! <a href="https://miningpoolstats.stream/">https://miningpoolstats.stream/</a>',})}<br />
</h4>
<h4
dangerouslySetInnerHTML={{
__html: `
${t('home:getverge.text9', {defaultValue: 'Network and Proof of Work stats! <a href="https://vergecurrency.network/">https://vergecurrency.network/</a>'})}<br />
${t('home:getverge.text10', {defaultValue: 'List of most swap sites! <a href="https://www.bestchange.com/bitcoin-to-verge.html">https://www.bestchange.com/bitcoin-to-verge.html</a>'})}<br />
${t('home:getverge.text11', {defaultValue: 'Almost all hashrate stats and almost every pool’s hashrate! <a href="https://miningpoolstats.stream/">https://miningpoolstats.stream/</a>'})}<br />
`
}}
/>

</div>
</div>

Expand Down

0 comments on commit 198ab27

Please sign in to comment.