Skip to content

Commit

Permalink
fix(buyandsell): correct bitcoin icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Feb 3, 2017
1 parent f46a210 commit 2f25694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/views/buyandsell.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="list">
<div class="explain">
<i class="icon buy-and-sell-icon">
<img src="/img/icon-bitcoin.svg"/>
<img src="img/icon-bitcoin.svg"/>
</i>
<div class="explain-heading" translate>Connect an Exchange</div>
<div class="explain-description" translate>Buy or sell bitcoin directly from your wallet by connecting your exchange accounts.</div>
Expand Down

0 comments on commit 2f25694

Please sign in to comment.