Update blog header link

This commit is contained in:
Frank Li 2017-08-09 14:21:32 -07:00
parent ac3cc01830
commit 0c10287f84

View file

@ -138,6 +138,8 @@ class HeaderNav extends React.Component {
} }
} else if (link.href) { } else if (link.href) {
href = link.href; href = link.href;
} else if (link.blog) {
href = this.props.baseUrl + "blog";
} }
return ( return (
<li> <li>