added images for the games
This commit is contained in:
parent
1fc38de35e
commit
429d397ddd
BIN
frontend/public/blackjack.webp
Normal file
BIN
frontend/public/blackjack.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
BIN
frontend/public/liars-dice.webp
Normal file
BIN
frontend/public/liars-dice.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
frontend/public/lootbox.webp
Normal file
BIN
frontend/public/lootbox.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 KiB |
BIN
frontend/public/plinko.webp
Normal file
BIN
frontend/public/plinko.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
frontend/public/poker.webp
Normal file
BIN
frontend/public/poker.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
frontend/public/slots.webp
Normal file
BIN
frontend/public/slots.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
@ -61,7 +61,6 @@
|
||||
<div class="space-y-4">
|
||||
<button class="bg-deep-blue-light hover:bg-deep-blue-contrast w-full py-2 rounded">Transaktionen</button>
|
||||
<button class="bg-deep-blue-light hover:bg-deep-blue-contrast w-full py-2 rounded">Kontoeinstellungen</button>
|
||||
<button class="bg-accent-red hover:bg-accent-red/90 w-full py-2 rounded">Abmelden</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -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',
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user