Skip to content

Commit

Permalink
badges added
Browse files Browse the repository at this point in the history
  • Loading branch information
FXFrosties authored and FXFrosties committed Oct 23, 2022
1 parent e6a6413 commit 17456c2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ <h2 class="card-title font-bold">{{name}}</h2>
<span class="material-symbols-outlined text-5xl text-primary">
{{icon}}
</span>
{{statistics.challengesSolved}}
<div class="badge badge-primary badge-outline">{{statistics.challengesSolved}}/{{statistics.totalChallenges}} </div>

<div class="badge badge-primary badge-outline">{{ statistics.savings | number : '1.2-2'}}/{{ statistics.totalAmount | number : '1.2-2'}}</div>
</div>

<div class="card-actions justify-end">
Expand Down

0 comments on commit 17456c2

Please sign in to comment.