Fix typo
This commit is contained in:
parent
c3c4d57cec
commit
5deb596169
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ var Authenticate = React.createClass({
|
||||||
auth = (
|
auth = (
|
||||||
<Nav pullRight>
|
<Nav pullRight>
|
||||||
<NavItem eventKey={1} href="/login">
|
<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>
|
</NavItem>
|
||||||
</Nav>
|
</Nav>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue