add hardcoded minecraft game id
This commit is contained in:
parent
0ef39596f2
commit
a94bca1589
@ -20,7 +20,7 @@ export class GamePageComponent implements OnInit, OnDestroy {
|
||||
uiService = inject(UiService)
|
||||
subs: Map<string, Subscription> = new Map();
|
||||
game: Game = {
|
||||
gameId: 'minecraft',
|
||||
gameId: '20929f6b-983e-4dd1-8d59-5e680fd0a10d',
|
||||
title: 'Minecraft',
|
||||
image: '/assets/games/minecraft/icon.png',
|
||||
description: 'Minecraft description',
|
||||
|
Loading…
Reference in New Issue
Block a user