feat: add links pointing to the dice page on landing page
This commit is contained in:
parent
694787fe07
commit
b2053acdfe
1 changed files with 3 additions and 3 deletions
|
@ -91,10 +91,10 @@
|
|||
</div>
|
||||
<div class="card">
|
||||
<div class="game-card-content">
|
||||
<h3 class="game-heading-sm">Liars Dice</h3>
|
||||
<p class="game-text">Würfelspiel mit Strategie</p>
|
||||
<h3 class="game-heading-sm">Dice</h3>
|
||||
<p class="game-text">Würfelspiel</p>
|
||||
<a
|
||||
routerLink="/game/liars-dice"
|
||||
routerLink="/game/dice"
|
||||
class="button-primary w-full py-2 inline-block text-center"
|
||||
>Jetzt Spielen</a
|
||||
>
|
||||
|
|
Reference in a new issue