Update: Share instruction
This commit is contained in:
@@ -23,7 +23,11 @@ function Share(props) {
|
|||||||
}, [params]);
|
}, [params]);
|
||||||
return (
|
return (
|
||||||
<div className="page">
|
<div className="page">
|
||||||
<h3>Share with others! {params.id}</h3>
|
<h3>Share with others!</h3>
|
||||||
|
<p>
|
||||||
|
👇 Click the filename below to enjoy music!
|
||||||
|
<br />
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Share link: <a href={window.location.href}>{window.location.href}</a>
|
Share link: <a href={window.location.href}>{window.location.href}</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user