Skip to content

Commit

Permalink
[Fix] Fixes broken github icon button link on app bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrtnz committed Apr 27, 2015
1 parent 019573b commit 4708457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/app/components/master.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Master extends React.Component {
onLeftIconButtonTouchTap={this._onLeftIconButtonTouchTap}
title={title}
zDepth={0}
iconClassNameRight="muidocs-icon-custom-github"/>
iconElementRight={githubButton}/>

<AppLeftNav ref="leftNav" />

Expand All @@ -64,7 +64,6 @@ class Master extends React.Component {
_onLeftIconButtonTouchTap() {
this.refs.leftNav.toggle();
}

}

Master.contextTypes = {
Expand Down

0 comments on commit 4708457

Please sign in to comment.