Skip to content

Commit

Permalink
adding in Blog link to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanstewartmlb committed Jan 22, 2017
1 parent 06e2c3a commit 23febe7
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 23febe7

Please sign in to comment.