mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Move h2 to header
This commit is contained in:
parent
df7774e8f4
commit
76e6568b87
@ -30,9 +30,9 @@ export class JoinRoomView extends TemplateView<JoinRoomViewModel> {
|
|||||||
return t.main({className: "JoinRoomView middle"}, [
|
return t.main({className: "JoinRoomView middle"}, [
|
||||||
t.div({className: "JoinRoomView_header middle-header"}, [
|
t.div({className: "JoinRoomView_header middle-header"}, [
|
||||||
t.a({className: "button-utility close-middle", href: vm.closeUrl, title: vm.i18n`Cancel room join`}),
|
t.a({className: "button-utility close-middle", href: vm.closeUrl, title: vm.i18n`Cancel room join`}),
|
||||||
|
t.h2("Join room"),
|
||||||
]),
|
]),
|
||||||
t.div({className: "JoinRoomView_body centered-column"}, [
|
t.div({className: "JoinRoomView_body centered-column"}, [
|
||||||
t.h2("Join room"),
|
|
||||||
t.form({className: "JoinRoomView_detailsForm form", onSubmit: evt => this.onSubmit(evt, input.value)}, [
|
t.form({className: "JoinRoomView_detailsForm form", onSubmit: evt => this.onSubmit(evt, input.value)}, [
|
||||||
t.div({className: "vertical-layout"}, [
|
t.div({className: "vertical-layout"}, [
|
||||||
t.div({className: "stretch form-row text"}, [
|
t.div({className: "stretch form-row text"}, [
|
||||||
|
Loading…
Reference in New Issue
Block a user