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>
|
||||||
|
|
||||||
<div [ngClass]="slotResult().status === 'win' ? 'text-green-500' : 'text-red-500'">
|
<div>
|
||||||
<p>
|
<p>
|
||||||
Game result: <strong>{{ slotResult().status | uppercase }}</strong>
|
Game result: <strong>{{ slotResult().status | uppercase }}</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
Reference in a new issue