Display contribution balances not token balances
We want to display the contribution balances (kredits earned) of the contributors not the token balances.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{contributor-list contributors=contributorsSorted}}
|
||||
|
||||
<p class="stats">
|
||||
<span class="number">{{await kredits.totalSupply}}</span> kredits issued and distributed among
|
||||
<span class="number">{{await kredits.totalKreditsEarned}}</span> kredits issued and distributed among
|
||||
<span class="number">{{contributorsWithKredits.length}}</span> contributors.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user