feat: add bare slots frontend, remove bun start warnings (CAS-61) #164
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
</div>
|
||||
|
||||
<div [ngClass]="slotResult().status === 'win' ? 'text-green-500' : 'text-red-500'">
|
||||
<div>
|
||||
<p>
|
||||
Game result: <strong>{{ slotResult().status | uppercase }}</strong>
|
||||
</p>
|
||||
|
|
Reference in a new issue