mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
Remove ellipsis character
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
3f99b7247c
commit
ba11cdd83f
@ -47,7 +47,7 @@ export class RoomView extends TemplateView {
|
|||||||
t.button({
|
t.button({
|
||||||
className: "button-utility room-options",
|
className: "button-utility room-options",
|
||||||
onClick: evt => this._toggleOptionsMenu(evt)
|
onClick: evt => this._toggleOptionsMenu(evt)
|
||||||
}, "⋮")
|
})
|
||||||
]),
|
]),
|
||||||
t.div({className: "RoomView_body"}, [
|
t.div({className: "RoomView_body"}, [
|
||||||
t.div({className: "RoomView_error"}, vm => vm.error),
|
t.div({className: "RoomView_error"}, vm => vm.error),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user