make room name header smaller
This commit is contained in:
parent
cbe3afaa1f
commit
8d16ac1d31
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ module.exports = React.createClass({
|
|||
const roomName = room ? room.name : _t("Unknown room %(roomId)s", { roomId: roomId });
|
||||
|
||||
ret.push(<li key={mxEv.getId() + "-room"}>
|
||||
<h1>{ _t("Room") }: { roomName }</h1>
|
||||
<h2>{ _t("Room") }: { roomName }</h2>
|
||||
</li>);
|
||||
lastRoomId = roomId;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue