added images for the games
This commit is contained in:
parent
a933f0b397
commit
09ccad479e
8 changed files with 6 additions and 7 deletions
|
@ -37,32 +37,32 @@ export default class HomeComponent {
|
|||
{
|
||||
id: '1',
|
||||
name: 'Poker',
|
||||
image: '/assets/images/games/poker.jpg',
|
||||
image: '/poker.webp',
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
name: 'Blackjack',
|
||||
image: '/assets/images/games/blackjack.jpg',
|
||||
image: '/blackjack.webp',
|
||||
},
|
||||
{
|
||||
id: '3',
|
||||
name: 'Slots',
|
||||
image: '/assets/images/games/slots.jpg',
|
||||
image: '/slots.webp',
|
||||
},
|
||||
{
|
||||
id: '4',
|
||||
name: 'Plinko',
|
||||
image: '/assets/images/games/plinko.jpg',
|
||||
image: '/plinko.webp',
|
||||
},
|
||||
{
|
||||
id: '5',
|
||||
name: 'Liars Dice',
|
||||
image: '/assets/images/games/liars-dice.jpg',
|
||||
image: '/liars-dice.webp',
|
||||
},
|
||||
{
|
||||
id: '6',
|
||||
name: 'Lootboxen',
|
||||
image: '/assets/images/games/lootboxen.jpg',
|
||||
image: '/lootbox.webp',
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Reference in a new issue