open skylink in new tab (#84)
This commit is contained in:
parent
7b9f6261c0
commit
bb6004f010
|
@ -47,7 +47,7 @@ export default function UploadFile({ file, url, status, progress }) {
|
||||||
{status === "processing" && "Processing..."}
|
{status === "processing" && "Processing..."}
|
||||||
{status === "error" && <span className="red-text">Error processing file.</span>}
|
{status === "error" && <span className="red-text">Error processing file.</span>}
|
||||||
{status === "complete" && (
|
{status === "complete" && (
|
||||||
<a href={url} className="url green-text">
|
<a href={url} className="url green-text" target="_blank" rel="noopener noreferrer">
|
||||||
{url}
|
{url}
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
|
|
Reference in New Issue