lipstick for hangup button and typing notifs
This commit is contained in:
parent
0a3cddbd89
commit
dcecdc8260
6 changed files with 45 additions and 8 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue