Fix space in title
This commit is contained in:
parent
272f7a4b4e
commit
904a7f302a
1 changed files with 1 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue