Try out a label rather than icon for open-term-in-new-browser

We call it, POP OUT. And we think you're going to love it.
This commit is contained in:
Simon Howe
2016-09-01 17:43:19 +02:00
parent cbd8c7aba2
commit 024b526ef0
2 changed files with 16 additions and 4 deletions

View File

@@ -255,9 +255,11 @@ class Terminal extends React.Component {
<div className="terminal-header-tools">
<span
title="Open in new browser window"
className="terminal-header-tools-icon fa fa-external-link"
onClick={this.handlePopoutTerminal} />
<span title="Close" className="terminal-header-tools-icon fa fa-close"
className="terminal-header-tools-item"
onClick={this.handlePopoutTerminal}>
Pop out
</span>
<span title="Close" className="terminal-header-tools-item-icon fa fa-close"
onClick={this.handleCloseClick} />
</div>
<span className="terminal-header-title">{this.getTitle()}</span>