mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-20 05:21:30 +00:00
Changed the meta editor icon
This commit is contained in:
@@ -42,7 +42,7 @@ const Snippetbar = React.createClass({
|
|||||||
{this.renderSnippetGroups()}
|
{this.renderSnippetGroups()}
|
||||||
<div className={cx('toggleMeta', {selected: this.props.showmeta})}
|
<div className={cx('toggleMeta', {selected: this.props.showmeta})}
|
||||||
onClick={this.props.onToggle}>
|
onClick={this.props.onToggle}>
|
||||||
<i className='fa fa-database' />
|
<i className='fa fa-info-circle' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user