This commit is contained in:
Eddie Wang 2019-12-03 16:10:05 -05:00
parent 3bb0ca8293
commit 84bda5a534
No known key found for this signature in database
GPG Key ID: DBFB3E83121BEDD1
1 changed files with 2 additions and 2 deletions

View File

@ -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>