From 7c7f756fb475f8fbbd8037bd540e8620968d49f5 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 23 Sep 2024 12:18:55 +0000 Subject: [PATCH] added a new games list --- src/constants.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index b90570f..53dd1d5 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -15,7 +15,7 @@ export const LANDING_PAGE_DATA = { ], featuredGames: [ 'Persona 3 Reload', - 'Caravan Sandwitch', + 'Baldur\'s Gate 3', 'Cyberpunk 2077', 'ELDEN RING', 'FINAL FANTASY VII REMAKE INTERGRADE' @@ -113,7 +113,8 @@ export const REACTIONS = { export const GAME_FILES = [ 'Games_Itch.csv', 'Games_Other.csv', - 'Games_Steam.csv' + 'Games_Steam.csv', + 'Games_Nintendo' ] export const MAX_MODS_PER_PAGE = 10