Skip to content

Commit

Permalink
refac(seedDashboard): remove "$" add funding token symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaux0 committed Nov 15, 2022
1 parent 6b39f84 commit 99dd3cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/seedDashboard/seedDashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@
<div ref="bar" class="bar ${(fractionComplete >= 1) ? 'complete' : ''}">&nbsp;</div>
</div>
<div class="raised">
<div class="amount">$<formatted-number
<div class="amount">
<formatted-number
value.to-view="seed.amountRaised | ethwei:seed.fundingTokenInfo.decimals"
thousands-separated></formatted-number>
thousands-separated>
</formatted-number>
${seed.fundingTokenInfo.symbol}
</div>
<div class="denomination">USD raised</div>
<div class="denomination"> raised</div>
<!-- <div if.to-view="fractionComplete < 1" class="perc"> -->
<div class="perc">
<formatted-number
Expand Down

0 comments on commit 99dd3cc

Please sign in to comment.