diff --git a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html index 841a985..cc234ac 100644 --- a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html +++ b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html @@ -34,7 +34,7 @@ [disabled]="!hasEnoughBalance()" [ngClass]="{ 'button-primary': hasEnoughBalance(), - 'bg-gray-500 cursor-not-allowed': !hasEnoughBalance() + 'bg-gray-500 cursor-not-allowed': !hasEnoughBalance(), }" class="w-full py-3 text-lg font-semibold rounded" > @@ -91,14 +91,14 @@ class="flex justify-center gap-4 mt-8 animation-fade" [class.visible]="animationCompleted" > -