From 9c580c5ef5d25e21f5fbd7c782d2ad06c65efdef Mon Sep 17 00:00:00 2001 From: enes Date: Thu, 17 Oct 2024 17:43:46 +0200 Subject: [PATCH] fix(mod): field duplication and focus issue --- src/components/ModForm.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ModForm.tsx b/src/components/ModForm.tsx index 71dffd6..08e8f8e 100644 --- a/src/components/ModForm.tsx +++ b/src/components/ModForm.tsx @@ -419,7 +419,7 @@ export const ModForm = ({ existingModData }: ModFormProps) => { We recommend to upload images to https://nostr.build/

{formState.screenshotsUrls.map((url, index) => ( - + {

You can upload your game mod to Github, as an example, and keep - updating it there (another option is catbox.moe). Also, it's advisable that you hash your package as - well with your nostr public key. + updating it there (another option is catbox.moe). Also, it's advisable + that you hash your package as well with your nostr public key.

{formState.downloadUrls.map((download, index) => ( - +