You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
make room name header smaller
This commit is contained in:
@@ -1191,7 +1191,7 @@ module.exports = React.createClass({
|
|||||||
const roomName = room ? room.name : _t("Unknown room %(roomId)s", { roomId: roomId });
|
const roomName = room ? room.name : _t("Unknown room %(roomId)s", { roomId: roomId });
|
||||||
|
|
||||||
ret.push(<li key={mxEv.getId() + "-room"}>
|
ret.push(<li key={mxEv.getId() + "-room"}>
|
||||||
<h1>{ _t("Room") }: { roomName }</h1>
|
<h2>{ _t("Room") }: { roomName }</h2>
|
||||||
</li>);
|
</li>);
|
||||||
lastRoomId = roomId;
|
lastRoomId = roomId;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user