diff --git a/src/components/ModForm.tsx b/src/components/ModForm.tsx index 98cdc22..43c030b 100644 --- a/src/components/ModForm.tsx +++ b/src/components/ModForm.tsx @@ -222,7 +222,7 @@ export const ModForm = () => { {

- We recommend to upload images to https://nostr.build/ + We recommend to upload images to https://imgur.com/upload

{formState.screenshotsUrls.map((url, index) => ( @@ -607,7 +607,7 @@ const ScreenshotUrlFields = React.memo( type='text' className='inputMain' 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} onChange={handleChange} />