Update src/components/ModForm.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s

This commit is contained in:
freakoverse 2024-10-19 07:47:42 +00:00
parent 2bdee74ac8
commit 610801a674

View File

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