Skip to content

Commit

Permalink
Rename class for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
amyrlam committed May 3, 2018
1 parent fc23e10 commit 437c808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/nav/HeaderNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class HeaderNav extends React.Component {

render() {
const headerClass = siteConfig.headerIcon
? 'headerTitleHidden'
? 'headerTitleWithLogo'
: 'headerTitle';
const versionsLink =
this.props.baseUrl +
Expand Down
2 changes: 1 addition & 1 deletion lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ header h2 {
.headerTitle {
font-size: 17px;
}
.headerTitleHidden {
.headerTitleWithLogo {
display: none !important;
}
}
Expand Down

0 comments on commit 437c808

Please sign in to comment.