chrome jumpscare
This commit is contained in:
parent
9eb19bf85b
commit
eb55ad4c81
1 changed files with 11 additions and 0 deletions
|
@ -164,6 +164,17 @@ export default function Upload() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<h3>How does this work?</h3>
|
<h3>How does this work?</h3>
|
||||||
|
<p style={{ color: "darkred" }}>
|
||||||
|
<b>
|
||||||
|
RECEIVER MUST BE USING CHROME{" "}
|
||||||
|
<a
|
||||||
|
href="https://caniuse.com/mdn-api_window_showsavefilepicker"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
[?]
|
||||||
|
</a>
|
||||||
|
</b>
|
||||||
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<b>Uploader:</b> Copy the key and send it to whoever you're sending
|
<b>Uploader:</b> Copy the key and send it to whoever you're sending
|
||||||
|
|
Loading…
Reference in a new issue