forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 22:05:29 -06:00
parent 1f4f699bd0
commit 1555d078c5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
{% if award.owned %}
<button type="button" id="{{award.kind}}" onclick="bruh('{{award.kind}}')">
{% else %}
<button type="button" id="{{award.kind}}" class="disabled">
<button type="button" id="{{award.kind}}" disabled class="cursor-not-allowed opacity-50">
{% endif %}
<i class="{{award.icon}} {{award.color}}"></i>
<div class="mt-2 font-bold text-base text-gray-700">{{award.title}}</div>