master
kek7198 2021-11-30 22:00:56 -06:00
parent 073bb2f4aa
commit c30c907f6d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{% endif %}
<i class="{{award.icon}} {{award.color}}"></i>
<div class="mt-2 font-bold text-base text-gray-700">{{award.title}}</div>
<div class="text-gray-700">{{award.owned}} owned</div>
<div class="text-sm text-gray-500">{{award.owned}} owned</div>
</button>
</div>
{% endfor %}