1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-17 11:11:30 +00:00

Changed icon and fixed 249

This commit is contained in:
Scott Tolksdorf
2016-12-25 23:09:22 -05:00
parent 9b80f17564
commit a35d684773
4 changed files with 9 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ const Snippetbar = React.createClass({
{this.renderSnippetGroups()}
<div className={cx('toggleMeta', {selected: this.props.showmeta})}
onClick={this.props.onToggle}>
<i className='fa fa-info-circle' />
<i className='fa fa-settings' />
</div>
</div>
}