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 610801a674 - Show all commits

View File

@ -825,11 +825,11 @@ const GameDropdown = ({
</List> </List>
</div> </div>
</div> </div>
</div>
{error && <InputError message={error} />}
<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') <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. so we know what to look for and add.
</p> </p>
</div>
{error && <InputError message={error} />}
</div> </div>
) )
} }