diff --git a/frontend/src/app/feature/home/home.component.ts b/frontend/src/app/feature/home/home.component.ts index ef947f9..1fad4cb 100644 --- a/frontend/src/app/feature/home/home.component.ts +++ b/frontend/src/app/feature/home/home.component.ts @@ -64,6 +64,12 @@ export default class HomeComponent implements OnInit { image: '/slots.webp', route: '/game/slots', }, + { + id: '4', + name: 'Plinko', + image: '/plinko.webp', + route: '/game/plinko', + }, { id: '5', name: 'Dice', diff --git a/frontend/src/app/feature/landing/landing.component.html b/frontend/src/app/feature/landing/landing.component.html index ae963a9..4cc9c52 100644 --- a/frontend/src/app/feature/landing/landing.component.html +++ b/frontend/src/app/feature/landing/landing.component.html @@ -53,6 +53,17 @@ > +