feature(tour): fetch USDBTC rate for tour graphic
This commit is contained in:
parent
0c0ccbd105
commit
6efb17515a
2 changed files with 10 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<h2 class="onboarding-topic" translate>Bitcoin is a currency.</h2>
|
||||
<p class="onboarding-description" translate>You can trade it for other currencies like US Dollars, Euros, or Pounds.</p>
|
||||
<div class="onboarding-illustration-currency">
|
||||
<div id="onboarding-illustration-currency-exchange-rate">1 BTC = $1,000</div>
|
||||
<div id="onboarding-illustration-currency-exchange-rate">1 BTC = {{localCurrencySymbol}}{{localCurrencyPerBtc}}</div>
|
||||
</div>
|
||||
<div class="cta-buttons">
|
||||
<p class="onboarding-tldr" translate>The exchange rate changes with the market.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue