Clarify that FileUpload component does not upload directly (#1566)

Clarify that FileUpload component does not upload directly:
Changed label from “Upload” to “Select File” and icon from direct to a kind of upload.
This commit is contained in:
Florian Scholdei
2021-03-03 10:01:29 +01:00
committed by GitHub
parent 311528fd45
commit 61814a5027
5 changed files with 29 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ const FileUpload: FC<Props> = ({ handleFile }) => {
/>
<span className="file-cta">
<span className="file-icon">
<i className="fas fa-upload" />
<i className="fas fa-arrow-circle-up" />
</span>
<span className="file-label">{t("fileUpload.label")}</span>
</span>