feat: add bare slots frontend, remove bun start warnings (CAS-61) #164

Merged
ptran merged 8 commits from slots-frontend into main 2025-05-07 12:32:53 +00:00
Showing only changes of commit 23673ca0fc - Show all commits

View file

@ -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>