mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 02:35:48 +03:00
oops, no double classNames
This commit is contained in:
parent
001dc8612b
commit
0e98764d82
1 changed files with 1 additions and 1 deletions
|
@ -1342,7 +1342,7 @@ module.exports = React.createClass({
|
||||||
{ videoMuteButton }
|
{ videoMuteButton }
|
||||||
{ zoomButton }
|
{ zoomButton }
|
||||||
{ statusBar }
|
{ statusBar }
|
||||||
<object onLoad={ this.onSvgLoad } className="mx_Svg" type="image/svg+xml" className="mx_RoomView_voipChevron" data="img/voip-chevron.svg" width="22" height="17"/>
|
<object onLoad={ this.onSvgLoad } type="image/svg+xml" className="mx_RoomView_voipChevron mx_Svg" data="img/voip-chevron.svg" width="22" height="17"/>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue