diff --git a/src/public/components/authenticate.js b/src/public/components/authenticate.js index b636360..1307caf 100644 --- a/src/public/components/authenticate.js +++ b/src/public/components/authenticate.js @@ -51,7 +51,9 @@ var Authenticate = React.createClass({ if (this.props.auth.access_token == null) { auth = ( ); } @@ -74,8 +76,10 @@ var Authenticate = React.createClass({ {auth} diff --git a/src/public/images/spotify-black.png b/src/public/images/spotify-black.png new file mode 100755 index 0000000..4a83bfd Binary files /dev/null and b/src/public/images/spotify-black.png differ diff --git a/src/public/index.html b/src/public/index.html index dbf62d1..858a14a 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -21,6 +21,7 @@ DAVIDS • DuplicAtes VIewer and Detector for Spotify + diff --git a/src/public/style.css b/src/public/style.css new file mode 100644 index 0000000..b19969d --- /dev/null +++ b/src/public/style.css @@ -0,0 +1,23 @@ +/* + * DAVIDS lets you find and view duplicates in your Spotify playlists. + * Copyright (C) 2016 Gabriel Augendre + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +.spotify-logo { + height: 20px; + margin-left: 10px; + margin-right: 10px; +}