fix(website): escaped character

This commit is contained in:
Stan Girard 2023-05-18 13:53:57 +02:00
parent f042ff15f0
commit ff2ad33309

View File

@ -45,7 +45,7 @@ export default function UploadPage() {
<p className="text-blue-600">Drop the files here...</p>
) : (
<p className="text-gray-500">
Drag 'n' drop some files here, or click to select files
Drag and drop some files here, or click to select files
</p>
)}
</div>