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 () {
|
||||
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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<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">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue