style(blackjack): format code and adjust whitespace
All checks were successful
All checks were successful
This commit is contained in:
parent
28f7b15d4c
commit
b5a6582905
2 changed files with 15 additions and 7 deletions
|
@ -40,7 +40,8 @@ import { AnimatedNumberComponent } from '../animated-number/animated-number.comp
|
|||
[duration]="0.5"
|
||||
></app-animated-number>
|
||||
<div *ngIf="isWin" class="text-xs text-text-secondary">
|
||||
(Einsatz <app-animated-number [value]="amount" [duration]="0.5"></app-animated-number> × 2)
|
||||
(Einsatz
|
||||
<app-animated-number [value]="amount" [duration]="0.5"></app-animated-number> × 2)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue