From a84608a8f9d1b9c989133b83d3cbfe2a398b9652 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 23 Sep 2024 12:30:46 +0000 Subject: [PATCH] Update src/constants.ts --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 102fba1..f4d141b 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' @@ -112,7 +112,7 @@ export const REACTIONS = { // NOTE: there should be a corresponding CSV file in public/assets/games folder for each entry in the array export const GAME_FILES = [ 'Games_Itch.csv', - 'Games_Nintendo', + 'Games_Nintendo.csv', 'Games_Other.csv', 'Games_Steam.csv' ]