fix: Fix buttons on starting page
Some checks failed
CI / Get Changed Files (pull_request) Successful in 12s
CI / Checkstyle Main (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Successful in 14s
CI / eslint (pull_request) Successful in 32s
CI / Docker frontend validation (pull_request) Successful in 44s
CI / oxlint (pull_request) Successful in 27s
CI / prettier (pull_request) Failing after 25s
CI / test-build (pull_request) Successful in 34s
Some checks failed
CI / Get Changed Files (pull_request) Successful in 12s
CI / Checkstyle Main (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Successful in 14s
CI / eslint (pull_request) Successful in 32s
CI / Docker frontend validation (pull_request) Successful in 44s
CI / oxlint (pull_request) Successful in 27s
CI / prettier (pull_request) Failing after 25s
CI / test-build (pull_request) Successful in 34s
This commit is contained in:
parent
fe2f65c764
commit
aca65a397d
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@
|
|||
<div class="game-card-content">
|
||||
<h3 class="game-heading-sm">Slots</h3>
|
||||
<p class="game-text">Klassische Spielautomaten</p>
|
||||
<button class="button-primary w-full py-2">Jetzt Spielen</button>
|
||||
<a routerLink="game/slots" class="button-primary w-full py-2">Jetzt Spielen</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
|
@ -62,7 +62,7 @@
|
|||
<div class="game-card-content">
|
||||
<h3 class="game-heading-sm">Blackjack</h3>
|
||||
<p class="game-text">Klassisches Kartenspiel</p>
|
||||
<button class="button-primary w-full py-2">Jetzt Spielen</button>
|
||||
<a routerLink="game/blackjack" class="button-primary w-full py-2">Jetzt Spielen</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -86,7 +86,7 @@
|
|||
<div class="game-card-content">
|
||||
<h3 class="game-heading-sm">Lootboxen</h3>
|
||||
<p class="game-text">Überraschungskisten</p>
|
||||
<button class="button-primary w-full py-2">Jetzt Spielen</button>
|
||||
<a routerLink="game/lootboxes" class="button-primary w-full py-2">Jetzt Spielen</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue