mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
fix 'new chat' layout bug
This commit is contained in:
parent
746aad9a18
commit
a2904ad33f
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ module.exports = React.createClass({
|
||||||
<div className="mx_RoomTile_avatar">
|
<div className="mx_RoomTile_avatar">
|
||||||
<img src="img/create-big.svg" width="26" height="26" />
|
<img src="img/create-big.svg" width="26" height="26" />
|
||||||
</div>
|
</div>
|
||||||
<div className={labelClasses}><i>Start new direct chat</i></div>
|
<div className={labelClasses}><i>Start new chat</i></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
startChat = <div>
|
startChat = <div>
|
||||||
|
|
Loading…
Reference in a new issue