try again button, user blog tab load, no game text #181

Merged
freakoverse merged 14 commits from staging into master 2025-01-03 11:29:54 +00:00
Showing only changes of commit 50d982a3a8 - Show all commits

View File

@ -222,7 +222,7 @@ export const ModForm = () => {
<InputField <InputField
label='Featured Image URL' label='Featured Image URL'
description='We recommend to upload images to https://nostr.build/' description='We recommend to upload images to https://imgur.com/upload'
type='text' type='text'
inputMode='url' inputMode='url'
placeholder='Image URL' placeholder='Image URL'
@ -293,7 +293,7 @@ export const ModForm = () => {
</button> </button>
</div> </div>
<p className='labelDescriptionMain'> <p className='labelDescriptionMain'>
We recommend to upload images to https://nostr.build/ We recommend to upload images to https://imgur.com/upload
</p> </p>
{formState.screenshotsUrls.map((url, index) => ( {formState.screenshotsUrls.map((url, index) => (
<Fragment key={`screenShot-${index}`}> <Fragment key={`screenShot-${index}`}>
@ -607,7 +607,7 @@ const ScreenshotUrlFields = React.memo(
type='text' type='text'
className='inputMain' className='inputMain'
inputMode='url' inputMode='url'
placeholder='We recommend to upload images to https://nostr.build/' placeholder='We recommend to upload images to https://imgur.com/upload'
value={url} value={url}
onChange={handleChange} onChange={handleChange}
/> />