You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
fix 'new chat' layout bug
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user