diff --git a/frontend/public/blackjack.webp b/frontend/public/blackjack.webp new file mode 100644 index 0000000..a791c14 Binary files /dev/null and b/frontend/public/blackjack.webp differ diff --git a/frontend/public/liars-dice.webp b/frontend/public/liars-dice.webp new file mode 100644 index 0000000..df1fd1c Binary files /dev/null and b/frontend/public/liars-dice.webp differ diff --git a/frontend/public/lootbox.webp b/frontend/public/lootbox.webp new file mode 100644 index 0000000..710deed Binary files /dev/null and b/frontend/public/lootbox.webp differ diff --git a/frontend/public/plinko.webp b/frontend/public/plinko.webp new file mode 100644 index 0000000..c11370b Binary files /dev/null and b/frontend/public/plinko.webp differ diff --git a/frontend/public/poker.webp b/frontend/public/poker.webp new file mode 100644 index 0000000..9c60024 Binary files /dev/null and b/frontend/public/poker.webp differ diff --git a/frontend/public/slots.webp b/frontend/public/slots.webp new file mode 100644 index 0000000..5cf639a Binary files /dev/null and b/frontend/public/slots.webp differ diff --git a/frontend/src/app/feature/home/home.component.html b/frontend/src/app/feature/home/home.component.html index 88222eb..d2c46a4 100644 --- a/frontend/src/app/feature/home/home.component.html +++ b/frontend/src/app/feature/home/home.component.html @@ -61,7 +61,6 @@
-
diff --git a/frontend/src/app/feature/home/home.component.ts b/frontend/src/app/feature/home/home.component.ts index 314d337..7f3bea1 100644 --- a/frontend/src/app/feature/home/home.component.ts +++ b/frontend/src/app/feature/home/home.component.ts @@ -37,32 +37,32 @@ export 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', } ];