Change app name

This commit is contained in:
Gabriel Augendre 2016-04-23 17:12:40 +02:00
parent 1fbce81173
commit 603fb6a5cf
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
3 changed files with 3 additions and 2 deletions

View file

@ -5,6 +5,7 @@ var About = React.createClass({
render: function () {
return (
<div>
<h1>DAVIDS <small>DuplicAtes VIewer and Detector for Spotify</small></h1>
<h2>About</h2>
<p>
This application allows you to find duplicates in your Spotify playlists.

View file

@ -50,7 +50,7 @@ var Authenticate = React.createClass({
<Navbar fluid={true}>
<Navbar.Header>
<Navbar.Brand>
<a href="/">Duplicate Finder</a>
<a href="/" className="text-capitalize">DAVIDS</a>
</Navbar.Brand>
<Navbar.Toggle />
</Navbar.Header>

View file

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Spotify Duplicate Finder</title>
<title>DAVIDS &bull; DuplicAtes VIewer and Detector for Spotify</title>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>