diff --git a/public/components/about.js b/public/components/about.js index f98b115..2506750 100644 --- a/public/components/about.js +++ b/public/components/about.js @@ -5,11 +5,10 @@ var About = React.createClass({ render: function () { return (
This application allows you to find duplicates in your Spotify playlists. - At the moment, it does not offer to remove them for you. + For the moment, it does not offer to remove them for you.
The app requests access to : @@ -24,6 +23,12 @@ var About = React.createClass({ information about it. +
+ If you want to contribute to this project, feel free to + open an issue or + propose a pull-request. +