make room name header smaller

This commit is contained in:
Bruno Windels 2019-01-16 11:14:05 +01:00
parent cbe3afaa1f
commit 8d16ac1d31

View file

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