feature(tour): fetch USDBTC rate for tour graphic

This commit is contained in:
Jason Dreyzehner 2016-10-04 23:42:39 -04:00
commit 6efb17515a
2 changed files with 10 additions and 2 deletions

View file

@ -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>