Этот коммит содержится в:
Asaad Mahmood
2015-11-09 23:43:44 +05:00
родитель 2ed8be44e1
Коммит 577427e7fd
6 изменённых файлов: 14 добавлений и 6 удалений

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

@@ -69,11 +69,16 @@ export default class TutorialTip extends React.Component {
}
}
var tipColor = '';
if (this.props.overlayClass === 'tip-overlay--header') {
tipColor = 'white';
}
return (
<div className={'tip-div ' + this.props.overlayClass}>
<img
className='tip-button'
src='/static/images/tutorialTip.gif'
src={'/static/images/tutorialTip' + tipColor + '.gif'}
width='35'
onClick={this.toggle}
ref='target'