Skip to content

Instantly share code, notes, and snippets.

@femakin
Created November 1, 2022 21:40
Show Gist options
  • Save femakin/d1862ffe4e7cf7d906617b88d8ba9f29 to your computer and use it in GitHub Desktop.
Save femakin/d1862ffe4e7cf7d906617b88d8ba9f29 to your computer and use it in GitHub Desktop.
//...
return (
<div className={SteptwoStyle.product_link_info}>
<label
className={SteptwoStyle.getstartedlabel}
htmlFor=""
>
Upload your certificate
</label>
<input
className={SteptwoStyle.getstarted_input}
placeholder="Select an Image"
{...register('certificateone')}
type="file"
multiple
accept="image/*"
/>
</div>
)
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment