Fixes issues with the tutorial (#6786)

* PLT-6907 Increased hit area for tutorial

* PLT-6907 Show the tutorial no matter what channel you're in

* Fixing eslint issue
Этот коммит содержится в:
Corey Hulen
2017-06-29 12:40:13 -07:00
коммит произвёл GitHub
родитель 5d239317dc
Коммит f79101a279
4 изменённых файлов: 16 добавлений и 24 удалений

Просмотреть файл

@@ -138,7 +138,10 @@ export default class TutorialTip extends React.Component {
}
return (
<div className={'tip-div ' + this.props.overlayClass}>
<div
className={'tip-div ' + this.props.overlayClass}
onClick={this.toggle}
>
<img
className='tip-button'
src={tutorialGifImage}