From 8659934f6cbb901f0efc3113dbfd32f2d315c49e Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 23 Sep 2024 12:27:21 +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 d2350c2..102fba1 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -112,9 +112,9 @@ 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_Other.csv', - 'Games_Steam.csv', - 'Games_Nintendo' + 'Games_Steam.csv' ] export const MAX_MODS_PER_PAGE = 10