diff --git a/public/components/about.js b/public/components/about.js index 5f0fed0..29becd3 100644 --- a/public/components/about.js +++ b/public/components/about.js @@ -6,7 +6,23 @@ var About = React.createClass({ return (

About

-

This is an about page.

+

+ This application allows you to find duplicates in your Spotify playlists. + At the moment, it does not offer to remove them for you. +

+

+ The app requests access to : +

+
); }