From 694787fe07e718afa6520f4e24bacd4960539a36 Mon Sep 17 00:00:00 2001 From: Phan Huy Tran Date: Wed, 21 May 2025 10:39:43 +0200 Subject: [PATCH] feat: add links pointing to the dice page --- frontend/src/app/feature/home/home.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/feature/home/home.component.ts b/frontend/src/app/feature/home/home.component.ts index 07b5f9f..494c03f 100644 --- a/frontend/src/app/feature/home/home.component.ts +++ b/frontend/src/app/feature/home/home.component.ts @@ -72,9 +72,9 @@ export default class HomeComponent implements OnInit { }, { id: '5', - name: 'Liars Dice', + name: 'Dice', image: '/liars-dice.webp', - route: '/game/liars-dice', + route: '/game/dice', }, { id: '6',