Change stop symbol to another one since chrome-win can't display it

Этот коммит содержится в:
Florian Orben
2015-10-21 18:15:04 +02:00
родитель b00697a500
Коммит b9c637ec82
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -187,7 +187,7 @@ export default class FileAttachment extends React.Component {
className='file-playback-controls stop' className='file-playback-controls stop'
onClick={(e) => this.stopGif(e, filename)} onClick={(e) => this.stopGif(e, filename)}
> >
{""} {""}
</div> </div>
); );
} }

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

@@ -248,7 +248,7 @@ export default class ViewImageModal extends React.Component {
className='file-playback-controls stop' className='file-playback-controls stop'
onClick={(e) => this.stopGif(e, filename)} onClick={(e) => this.stopGif(e, filename)}
> >
{""} {""}
</div> </div>
); );
} else { } else {