Change app name
This commit is contained in:
parent
1fbce81173
commit
603fb6a5cf
3 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ var About = React.createClass({
|
||||||
render: function () {
|
render: function () {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<h1>DAVIDS <small>DuplicAtes VIewer and Detector for Spotify</small></h1>
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
<p>
|
<p>
|
||||||
This application allows you to find duplicates in your Spotify playlists.
|
This application allows you to find duplicates in your Spotify playlists.
|
||||||
|
|
|
@ -50,7 +50,7 @@ var Authenticate = React.createClass({
|
||||||
<Navbar fluid={true}>
|
<Navbar fluid={true}>
|
||||||
<Navbar.Header>
|
<Navbar.Header>
|
||||||
<Navbar.Brand>
|
<Navbar.Brand>
|
||||||
<a href="/">Duplicate Finder</a>
|
<a href="/" className="text-capitalize">DAVIDS</a>
|
||||||
</Navbar.Brand>
|
</Navbar.Brand>
|
||||||
<Navbar.Toggle />
|
<Navbar.Toggle />
|
||||||
</Navbar.Header>
|
</Navbar.Header>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Spotify Duplicate Finder</title>
|
<title>DAVIDS • DuplicAtes VIewer and Detector for Spotify</title>
|
||||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue