Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
echenley committed Sep 13, 2015
1 parent f060bf5 commit 1420a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ let App = React.createClass({
<div className="wrapper full-height">
<header className="header cf">
<div className="float-left">
<Link to="/" className="menu-title">react-schmooze</Link>
<Link to="/" className="menu-title">react-news</Link>
</div>
<div className="float-right">
{ user.isLoggedIn ? <ProfileLink user={ user } /> : <LoginLinks /> }
Expand Down

0 comments on commit 1420a5c

Please sign in to comment.