Skip to content

Commit

Permalink
Merge pull request #700 from johnstew/394-links-to-blog
Browse files Browse the repository at this point in the history
adding in Blog link to navigation
  • Loading branch information
skipjack authored Jan 24, 2017
2 parents 9a2237c + 23febe7 commit addede6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/navigation/navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ let Sections = [
{
title: 'Donate',
url: '//opencollective.com/webpack'
},
{
title: 'Blog',
url: '//medium.com/webpack'
}
];

// TODO: Move back to using state once we can handle algolia on our own
export default class Navigation extends React.Component {
render() {
let { pageUrl = '' } = this.props;

return (
<header className="navigation">
<Container className="navigation__inner">
Expand Down

0 comments on commit addede6

Please sign in to comment.