Merge pull request 'feat: Create Coinflip ui (CAS-64)' (!206) from feat/coinflip into main
All checks were successful
Release / Release (push) Successful in 58s
Release / Build Backend Image (push) Successful in 23s
Release / Build Frontend Image (push) Successful in 46s

Reviewed-on: #206
This commit is contained in:
Jan K9f 2025-05-21 09:13:34 +00:00
commit 45ba7d9693
No known key found for this signature in database
GPG key ID: 944223E4D46B7412
9 changed files with 531 additions and 3 deletions

View file

@ -48,9 +48,9 @@ export default class HomeComponent implements OnInit {
featuredGames: Game[] = [
{
id: '1',
name: 'Poker',
image: '/poker.webp',
route: '/game/poker',
name: 'Coinflip',
image: '/coinflip.png',
route: '/game/coinflip',
},
{
id: '2',