lipstick for hangup button and typing notifs

This commit is contained in:
Matthew Hodgson 2015-07-20 12:09:24 -07:00
parent 0a3cddbd89
commit dcecdc8260
6 changed files with 45 additions and 8 deletions

View file

@ -97,6 +97,7 @@ module.exports = React.createClass({
if (typingString) {
statusBar = (
<div className="mx_RoomView_typingBar">
<img src="img/typing.png" width="40" height="40" alt=""/>
{typingString}
</div>
);