Fix missing links on impact/calculator

This commit is contained in:
mDuo13
2021-07-01 22:03:29 -07:00
parent d6ce47e14e
commit f66ec45882
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
<img src="./img/backgrounds/cta-calculator-green.svg" class="cta cta-bottom-right">
<div class="z-index-1 position-relative">
<h2 class="h4 mb-10">{% trans %}How Does XRP Compare to Other Currencies?{% endtrans %}</h2>
<a class="btn btn-primary btn-arrow">Learn More</a>
<a class="btn btn-primary btn-arrow" href="assets/pdf/xrpl-sustainability-methodology-2020.pdf">Methodology</a>
</div>
</div>
</section>

View File

@@ -36,7 +36,7 @@
<h6 class="longform mb-10">{% trans %}The digital asset XRP is a truly global currency—ideally suited to enable todays global economy.{% endtrans %}</h6>
<p class="mb-6">{% trans %}As an optimal medium of exchange, XRP and the XRP Ledger on which it operates help to move money around the world faster, cheaper and more sustainably than any other currency available today. {% endtrans %}</p>
<p class="mb-10">{% trans %}It was designed this way, and its proving its impact in global payments and beyond.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow">How Green is Your Currency?</a>
<a class="btn btn-primary btn-arrow" href="carbon-calculator.html">How Green is Your Currency?</a>
</div>
</section>