Add unit to streak length widget on dashboard
This commit is contained in:
parent
f5ce10ef93
commit
6c91c70d17
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<div class="col mr-2">
|
||||
<div class="text-xs font-weight-bold text-success text-uppercase mb-1">
|
||||
Current Streak Length</div>
|
||||
<div class="h5 mb-0 font-weight-bold text-gray-800">{% current_streak %}</div>
|
||||
<div class="h5 mb-0 font-weight-bold text-gray-800">{% current_streak %} <sub>days</sub></div>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<i class="fas fa-calendar fa-2x text-gray-300"></i>
|
||||
|
|
Loading…
Reference in a new issue