mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-27 12:50:43 +00:00
replace browser icon
This commit is contained in:
parent
ec9307c991
commit
473b6fc0ee
@ -50,7 +50,7 @@ class TextEditorToolbar extends Component {
|
||||
</React.Fragment>
|
||||
}
|
||||
<NavLink className={classnames('btn', { active: this.isActiveTab(TextEditorToolbarTabs.Browser)})} href="#" onClick={() => this.props.openAsideTab(TextEditorToolbarTabs.Browser)}>
|
||||
<FontAwesomeIcon className="mr-2" name="internet-explorer" /> Preview
|
||||
<FontAwesomeIcon className="mr-2" name="eye" /> Preview
|
||||
</NavLink>
|
||||
</Nav>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user