1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-18 00:51:28 +00:00

Fixed saving authors and systems to brews

This commit is contained in:
Scott Tolksdorf
2017-01-19 12:06:14 -05:00
parent c417c1aa0c
commit 70346ffce7
4 changed files with 27 additions and 5 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-settings' />
<i className='fa fa-bars' />
</div>
</div>
}