Skip to content

Commit

Permalink
fix text in card tomochain and etherium
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvoidmain committed Dec 19, 2017
1 parent 4be0e77 commit 2626eb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/App.vue
Expand Up @@ -93,9 +93,8 @@
<md-card-header-text>
<div class="md-title side-chain">
{{ tmcSidechain.toFixed(2) }}
<small>TMC in <a href="https://stats.tomocoin.io" target="blank">Tomochain</a></small>
</div>
<div class="md-subhead color-side-chain">TMC in Sidechain</div>
<div class="md-subhead color-side-chain">TMC in <a href="https://stats.tomocoin.io" target="blank">Tomochain</a></div>
</md-card-header-text>
</md-card-header>
<md-card-content>
Expand Down Expand Up @@ -123,9 +122,8 @@
<md-card-header-text>
<div class="md-title main-chain">
{{ tmcMainchain.toFixed(2) }}
<small>TMC in Ethereum</small>
</div>
<div class="md-subhead color-main-chain">TMC in Mainchain</div>
<div class="md-subhead color-main-chain">TMC in Ethereum</div>
</md-card-header-text>
</md-card-header>
<md-card-content>
Expand Down

0 comments on commit 2626eb8

Please sign in to comment.