Commit 3742db72 by Jess Committed by Ivana Huckova

Fix exit live mode icon: change back to Stop. (#19043)

parent 2f9c2f38
......@@ -201,7 +201,7 @@ class LiveLogs extends PureComponent<Props, State> {
{isPaused ? 'Resume' : 'Pause'}
</button>
<button onClick={this.props.stopLive} className={cx('btn btn-inverse', styles.button)}>
<i className={'fa fa-times'} />
<i className={'fa fa-stop'} />
&nbsp; Exit live mode
</button>
{isPaused || (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment