Skip to content

Commit 23febe7

Browse files
adding in Blog link to navigation
1 parent 06e2c3a commit 23febe7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/navigation/navigation.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ let Sections = [
2626
{
2727
title: 'Donate',
2828
url: '//opencollective.com/webpack'
29+
},
30+
{
31+
title: 'Blog',
32+
url: '//medium.com/webpack'
2933
}
3034
];
3135

3236
// TODO: Move back to using state once we can handle algolia on our own
3337
export default class Navigation extends React.Component {
3438
render() {
3539
let { pageUrl = '' } = this.props;
36-
40+
3741
return (
3842
<header className="navigation">
3943
<Container className="navigation__inner">

0 commit comments

Comments
 (0)