Merge pull request 'feat: Create Coinflip ui (CAS-64)' (!206) from feat/coinflip into main
Reviewed-on: #206
This commit is contained in:
commit
45ba7d9693
9 changed files with 531 additions and 3 deletions
|
@ -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',
|
||||
|
|
Reference in a new issue