forked from rDrama/rDrama
1
0
Fork 0

fix gingerbread award

master
Aevann 2023-12-01 22:07:15 +02:00
parent d781cb3402
commit 98e3b450af
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="awards-container">
{% for i in range(p.award_count("gingerbread", v)) %}
<div class="fall-gingerbread">
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/assets/events/fistmas/images/awards/gingerbread.webp?x=6" class="animate-spin object-contain" style="width: 40px; height: 40px" alt="animate marsey gingerbread icon">
<img src="{{SITE_FULL_IMAGES}}/e/marseygingerbread2.webp" class="animate-spin" alt="animate marsey gingerbread icon">
</div>
{% endfor %}