new style badges, hr, notices
This commit is contained in:
parent
4ded74765a
commit
00d2d82a14
6 changed files with 40 additions and 5 deletions
|
@ -38,7 +38,7 @@ module.exports = React.createClass({
|
|||
var name = this.props.room.name.replace(":", ":\u200b");
|
||||
var badge;
|
||||
if (this.props.highlight) {
|
||||
badge = <img src="/img/badge.png" width="15" height="15" alt=""/>;
|
||||
badge = <div className="mx_RoomTile_badge"/>;
|
||||
}
|
||||
/*
|
||||
if (this.props.highlight) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue