Skip to content

Commit

Permalink
right aligned about page
Browse files Browse the repository at this point in the history
  • Loading branch information
mvillis committed Apr 26, 2016
1 parent 3686277 commit cec805c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions client/js/components/common/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ var Header = React.createClass({
<Navbar.Collapse>
<Nav>
<LinkContainer to={{pathname: '/assessment/list'}}>
<NavItem eventKey={2}>Assessments</NavItem>
<NavItem eventKey={1}>Assessments</NavItem>
</LinkContainer>
<LinkContainer to={{pathname: '/team/list'}}>
<NavItem eventKey={3}>Teams</NavItem>
<NavItem eventKey={2}>Teams</NavItem>
</LinkContainer>
</Nav>
<Nav pullRight>
<LinkContainer to={{pathname: '/about'}}>
<NavItem eventKey={4}>About</NavItem>
<NavItem eventKey={3}>About</NavItem>
</LinkContainer>
</Nav>
</Navbar.Collapse>
Expand Down

0 comments on commit cec805c

Please sign in to comment.