Update about page

This commit is contained in:
Gabriel Augendre 2016-04-23 16:35:25 +02:00
parent 50d3359e23
commit 1fbce81173
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -6,7 +6,23 @@ var About = React.createClass({
return (
<div>
<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>
);
}