We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a2237c + 23febe7 commit addede6Copy full SHA for addede6
components/navigation/navigation.jsx
@@ -26,14 +26,18 @@ let Sections = [
26
{
27
title: 'Donate',
28
url: '//opencollective.com/webpack'
29
+ },
30
+ {
31
+ title: 'Blog',
32
+ url: '//medium.com/webpack'
33
}
34
];
35
36
// TODO: Move back to using state once we can handle algolia on our own
37
export default class Navigation extends React.Component {
38
render() {
39
let { pageUrl = '' } = this.props;
-
40
+
41
return (
42
<header className="navigation">
43
<Container className="navigation__inner">
0 commit comments