1
0
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:
Matthew Hodgson
2016-09-20 10:06:48 -04:00
parent 746aad9a18
commit a2904ad33f

View File

@@ -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>