forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 09:13:46 -06:00
parent ba82bf032a
commit b8a20eee63
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@
<img loading="lazy" src="/assets/CHRISTMAS/images/badges/{{v['name']}}.webp?a=1" class="object-contain w-16 h-16 p-2" alt="{{v['name']}} badge"/>
</label>
</td>
<td class="px-2.5">{{v['name']}}</td>
<td class="px-2.5">{{v['description']}}</td>
<td class="px-2.5 font-bold">{{v['name']}}</td>
<td class="px-2.5 text-gray-700 dark:text-gray-500">{{v['description']}}</td>
</tr>
{% endfor %}
</table>