Compare commits

..

No commits in common. "3c388b03a760c9e3ba1e975680ffa7690f70b53a" and "6337eaff81ad5aac5e636f4ace2fcb7d63e76b7a" have entirely different histories.

View File

@ -129,7 +129,7 @@
<!-- Streak --> <!-- Streak -->
<div class="col-2" id="streak-{{ habit.id }}" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis"> <div class="col-2" id="streak-{{ habit.id }}" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
{% if not habit.streak == 0 %} {% if not habit.streak == 0 %}
{{ habit.streak }} 🔥 {{ habit.streak }}20 🔥
{% endif %} {% endif %}
</div> </div>