Update src/constants.ts
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

This commit is contained in:
freakoverse 2024-09-23 12:27:21 +00:00
parent 5db234ffda
commit 8659934f6c

View File

@ -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