This commit is contained in:
Gabriel Augendre 2016-04-25 15:17:46 +02:00
parent c3c4d57cec
commit 5deb596169
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -34,7 +34,7 @@ var Authenticate = React.createClass({
auth = (
<Nav pullRight>
<NavItem eventKey={1} href="/login">
<img className="spotify-logo" src="images/spotify-black.png" alt="Spotify Logo"/><strong>Login With Spotify</strong>
<img className="spotify-logo" src="images/spotify-black.png" alt="Spotify Logo"/><strong>Login with Spotify</strong>
</NavItem>
</Nav>
);