From 603fb6a5cf6003bb3deaf924c4a8e5934011f741 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 23 Apr 2016 17:12:40 +0200 Subject: [PATCH] Change app name --- public/components/about.js | 1 + public/components/authenticate.js | 2 +- public/index.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/components/about.js b/public/components/about.js index 29becd3..f98b115 100644 --- a/public/components/about.js +++ b/public/components/about.js @@ -5,6 +5,7 @@ var About = React.createClass({ render: function () { return (
+

DAVIDS DuplicAtes VIewer and Detector for Spotify

About

This application allows you to find duplicates in your Spotify playlists. diff --git a/public/components/authenticate.js b/public/components/authenticate.js index 7e30cac..05a50a3 100644 --- a/public/components/authenticate.js +++ b/public/components/authenticate.js @@ -50,7 +50,7 @@ var Authenticate = React.createClass({ - Duplicate Finder + DAVIDS diff --git a/public/index.html b/public/index.html index 152f539..7f0d23c 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - Spotify Duplicate Finder + DAVIDS • DuplicAtes VIewer and Detector for Spotify