Add a class to logo image in header

This commit is contained in:
Eric Nakagawa 2017-09-25 09:56:31 -07:00
parent c0109192b1
commit 376ad77361
2 changed files with 15 additions and 12 deletions

View file

@ -179,7 +179,10 @@ class HeaderNav extends React.Component {
<div className="headerWrapper wrapper">
<header>
<a href={this.props.baseUrl}>
<img src={this.props.baseUrl + siteConfig.headerIcon} />
<img
className="logo"
src={this.props.baseUrl + siteConfig.headerIcon}
/>
{!this.props.config.disableHeaderTitle &&
<h2>
{this.props.title}