added more games, adjusted/added text in mod submission page #86

Merged
freakoverse merged 3 commits from staging into master 2024-10-19 07:51:03 +00:00
Showing only changes of commit 2bdee74ac8 - Show all commits

View File

@ -763,8 +763,8 @@ const GameDropdown = ({
<div className='inputLabelWrapperMain'> <div className='inputLabelWrapperMain'>
<label className='form-label labelMain'>Game</label> <label className='form-label labelMain'>Game</label>
<p className='labelDescriptionMain'> <p className='labelDescriptionMain'>
Can't find the game you're looking for? Send us a DM mentioning it so we Can't find the game you're looking for? You can temporarily publish the mod under '(Unlisted Game)' and
can add it. later edit it with the proper game name once we add it.
</p> </p>
<div className='dropdown dropdownMain'> <div className='dropdown dropdownMain'>
<div className='inputWrapperMain inputWrapperMainAlt'> <div className='inputWrapperMain inputWrapperMainAlt'>
@ -825,6 +825,9 @@ const GameDropdown = ({
</List> </List>
</div> </div>
</div> </div>
<p className='labelDescriptionMain'>Note: Please mention the game name in the body text of your mod post (e.g., 'This is a mod for Game Name')
so we know what to look for and add.
</p>
</div> </div>
{error && <InputError message={error} />} {error && <InputError message={error} />}
</div> </div>