forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-29 01:06:16 -06:00
parent 6d3d36b433
commit 2be7b84f36
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
{{users1.index(user)+1}}
</h2>
<div class="relative">
<img src="{{user.profile_url}}" class="p-[3px] border w-12 h-12 object-cover {{ 'bg-red-800 border-red-900' if v.username == user.username else 'bg-white border-gray-900' }}" alt="{{ user.username }} avatar"/>
<img src="{{user.profile_url}}" class="p-[3px] border w-12 h-12 object-cover {{ 'bg-red-800 border-red-900' if v.username == user.username else 'bg-white border-gray-300' }}" alt="{{ user.username }} avatar"/>
{% if users1.index(user)+1 == 1 %}
<img src="https://i.ibb.co/xFgG6yf/Coinfixed.gif" width="20px" height="12px" class="absolute -top-1 -right-2.5 object-contain"/>
{% endif %}