Compare commits

...

2 Commits

Author SHA1 Message Date
3c388b03a7 Merge remote-tracking branch 'origin/master' 2024-03-05 09:45:23 +01:00
1777ee28af 120 Flammen 2024-03-05 09:45:14 +01:00

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 }}20 🔥 {{ habit.streak }} 🔥
{% endif %} {% endif %}
</div> </div>