diff --git a/frontend/src/app/feature/game/slots/slots.component.html b/frontend/src/app/feature/game/slots/slots.component.html index 794760a..c5929df 100644 --- a/frontend/src/app/feature/game/slots/slots.component.html +++ b/frontend/src/app/feature/game/slots/slots.component.html @@ -9,27 +9,15 @@
-
- -
-

Slot Machine

- - +{{ slotResult().amount | currency: 'EUR' }} - -
- - +
+

Slot Machine

{{ @@ -62,7 +50,12 @@
- + +
+
+ +{{ slotResult().amount | currency: 'EUR' }} +
+
diff --git a/frontend/src/app/feature/game/slots/slots.component.ts b/frontend/src/app/feature/game/slots/slots.component.ts index 6672d06..71fa482 100644 --- a/frontend/src/app/feature/game/slots/slots.component.ts +++ b/frontend/src/app/feature/game/slots/slots.component.ts @@ -119,7 +119,7 @@ export default class SlotsComponent implements OnInit, OnDestroy { this.userService.refreshCurrentUser(); this.isSpinning = false; - }, 100); + }, 1500); }, error: (err) => { console.error('Error spinning slot machine:', err);