GitHub pages flow fix, image errors and field duplication and field unfocus in mod submission fix #83

Merged
freakoverse merged 22 commits from staging into master 2024-10-18 10:08:43 +00:00
Showing only changes of commit 2c49dd0c32 - Show all commits

View File

@ -110,18 +110,6 @@ 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.csv',
'Games_Other.csv',
'Games_Steam1.csv',
'Games_Steam2.csv',
'Games_Steam3.csv',
'Games_Steam4.csv',
'Games_Steam5.csv'
]
export const MAX_MODS_PER_PAGE = 10
export const MAX_GAMES_PER_PAGE = 10