Fix space in title

This commit is contained in:
Gabriel Augendre 2016-04-26 02:51:54 +02:00
parent 272f7a4b4e
commit 904a7f302a
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -133,10 +133,7 @@ var App = React.createClass({
<Authenticate activeTab={this.state.activeTab} showFinder={this.showFinder} showAbout={this.showAbout}
auth={auth} refreshAuth={this.refreshAuth}/>
<div className="container-fluid">
<h1>
DAVIDS
<small className="hidden-sm hidden-xs">DuplicAtes VIewer and Detector for Spotify</small>
</h1>
<h1>DAVIDS <small className="hidden-sm hidden-xs">DuplicAtes VIewer and Detector for Spotify</small></h1>
{content}
</div>
<footer className="footer">