mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updating tutorials UI
This commit is contained in:
committed by
JoramWilander
parent
dedbc122c6
commit
4c5c42e374
@@ -70,7 +70,7 @@ export default class TutorialTip extends React.Component {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className='tip-div'>
|
||||
<div className={'tip-div ' + this.props.overlayClass}>
|
||||
<img
|
||||
className='tip-button'
|
||||
src='/static/images/tutorialTip.gif'
|
||||
@@ -93,6 +93,7 @@ export default class TutorialTip extends React.Component {
|
||||
target={() => this.refs.target}
|
||||
>
|
||||
<div className={'tip-overlay ' + this.props.overlayClass}>
|
||||
<div className='arrow'></div>
|
||||
{this.props.screens[this.state.currentScreen]}
|
||||
<div className='tutorial__circles'>{dots}</div>
|
||||
<div className='text-right'>
|
||||
|
||||
Reference in New Issue
Block a user