Update about page
This commit is contained in:
parent
50d3359e23
commit
1fbce81173
1 changed files with 17 additions and 1 deletions
|
@ -6,7 +6,23 @@ var About = React.createClass({
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<p>This is an about page.</p>
|
<p>
|
||||||
|
This application allows you to find duplicates in your Spotify playlists.
|
||||||
|
At the moment, it does not offer to remove them for you.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The app requests access to :
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li><strong>Your public information.</strong> We don't need this but it's here by default and we
|
||||||
|
can't remove it. We don't have access to your email address and we don't store any information
|
||||||
|
about you. We won't spam you.
|
||||||
|
</li>
|
||||||
|
<li><strong>Your private and collaborative playlists (read only).</strong> We need this to provide
|
||||||
|
the service on all of your playlists. Don't worry, we can't modify them and we don't store any
|
||||||
|
information about it.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue