add emo
This commit is contained in:
parent
3bb0ca8293
commit
84bda5a534
|
@ -53,9 +53,9 @@ function MyDropzone() {
|
||||||
>
|
>
|
||||||
<input {...getInputProps()} />
|
<input {...getInputProps()} />
|
||||||
{isDragActive ? (
|
{isDragActive ? (
|
||||||
<p>Drop the files here ...</p>
|
<p>Drop to 🚀 ...</p>
|
||||||
) : (
|
) : (
|
||||||
<p>Drag 'n' drop some files here, or click to select files</p>
|
<p>Drag 'n' drop a Sia file here, or click to select a Sia file.</p>
|
||||||
)}
|
)}
|
||||||
</Flex>
|
</Flex>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
Reference in New Issue