0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 19:52:43 +00:00

Change Expand Icon for consistency with collapse icon

This commit is contained in:
Trevor Buckner
2023-11-08 17:38:42 -05:00
committed by GitHub
parent 8f99712a28
commit cacfc788fb

View File

@@ -156,7 +156,7 @@ const Snippetbar = createClass({
</div>
<div className={`editorTool unfoldAll ${this.props.unfoldCode ? 'active' : ''}`}
onClick={this.props.unfoldCode} >
<i className='fas fa-expand' />
<i className='fas fa-expand-alt' />
</div>
</>