Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #211 from Rostlab/fixHeaderTitle
Browse files Browse the repository at this point in the history
Beautifully routed to home via header title
  • Loading branch information
Georgi Anastasov committed Mar 30, 2016
2 parents 442c590 + 160e2bb commit 0120457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/app/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export default class Header extends Component {
<Navbar inverse>
<Navbar.Header>
<Navbar.Brand>
<a href="#">A Song of Ice and Data</a>
<IndexLinkContainer to={{ pathname: '/'}}>
<Button bsStyle="link">A Song of Ice and Data</Button>
</IndexLinkContainer>
</Navbar.Brand>
<Navbar.Toggle />
</Navbar.Header>
Expand Down

0 comments on commit 0120457

Please sign in to comment.