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

Changed the meta editor icon

This commit is contained in:
Scott Tolksdorf
2016-12-03 14:02:28 -05:00
parent 1eeb1127b1
commit bec417a325

View File

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