adjusted and added text
All checks were successful
Release to Staging / build_and_release (push) Successful in 47s

This commit is contained in:
freakoverse 2024-10-19 07:43:20 +00:00
parent 7f8716ab59
commit 2bdee74ac8

View File

@ -763,8 +763,8 @@ const GameDropdown = ({
<div className='inputLabelWrapperMain'>
<label className='form-label labelMain'>Game</label>
<p className='labelDescriptionMain'>
Can't find the game you're looking for? Send us a DM mentioning it so we
can add it.
Can't find the game you're looking for? You can temporarily publish the mod under '(Unlisted Game)' and
later edit it with the proper game name once we add it.
</p>
<div className='dropdown dropdownMain'>
<div className='inputWrapperMain inputWrapperMainAlt'>
@ -825,6 +825,9 @@ const GameDropdown = ({
</List>
</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>
{error && <InputError message={error} />}
</div>