Remove ellipsis character
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
3f99b7247c
commit
ba11cdd83f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export class RoomView extends TemplateView {
|
|||
t.button({
|
||||
className: "button-utility room-options",
|
||||
onClick: evt => this._toggleOptionsMenu(evt)
|
||||
}, "⋮")
|
||||
})
|
||||
]),
|
||||
t.div({className: "RoomView_body"}, [
|
||||
t.div({className: "RoomView_error"}, vm => vm.error),
|
||||
|
|
Reference in a new issue