Update src/constants.ts
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
This commit is contained in:
parent
5db234ffda
commit
8659934f6c
@ -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
|
// NOTE: there should be a corresponding CSV file in public/assets/games folder for each entry in the array
|
||||||
export const GAME_FILES = [
|
export const GAME_FILES = [
|
||||||
'Games_Itch.csv',
|
'Games_Itch.csv',
|
||||||
|
'Games_Nintendo',
|
||||||
'Games_Other.csv',
|
'Games_Other.csv',
|
||||||
'Games_Steam.csv',
|
'Games_Steam.csv'
|
||||||
'Games_Nintendo'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
export const MAX_MODS_PER_PAGE = 10
|
export const MAX_MODS_PER_PAGE = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user