Update: Share instruction

This commit is contained in:
2021-11-25 23:34:07 +08:00
parent d8470d0f4b
commit 546385a484

View File

@@ -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>