File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ export class AddCompany extends React.Component {
93
93
< div class = "row justify-content-center" >
94
94
< div class = "col-md-8" >
95
95
< div class = "card" >
96
- < div class = "card-header" >
96
+ { /* <div class="card-header">
97
97
<h5 class="title">Login</h5>
98
- </ div >
98
+ </div> */ }
99
99
< div class = "card-body" >
100
100
< div class = "row justify-content-center" >
101
101
< div className = "col-md-12 relative align-self-center" >
Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ export class Login extends React.Component {
82
82
< div class = "row justify-content-center" >
83
83
< div class = "col-md-8 pr-1" >
84
84
< div class = "form-group" >
85
- < label > Username</ label >
86
- < input type = "text" id = "loginSapid" class = "form-control" placeholder = "Company " />
85
+ { /* <label>Username</label> */ }
86
+ < input type = "text" id = "loginSapid" class = "form-control" placeholder = "Username " />
87
87
</ div >
88
88
</ div >
89
89
< div class = "col-md-8 pr-1" >
90
90
< div class = "form-group" >
91
- < label > Password</ label >
92
- < input type = "password" id = "loginPassword" class = "form-control" placeholder = "Username " />
91
+ { /* <label>Password</label> */ }
92
+ < input type = "password" id = "loginPassword" class = "form-control" placeholder = "Password " />
93
93
</ div >
94
94
</ div >
95
95
</ div >
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export class VideoCalling extends React.Component {
67
67
< div class = "row justify-content-center" >
68
68
< div className = "col-md-3 relative align-self-center" >
69
69
< div class = "form-group" >
70
- < button type = "button" id = 'submit' className = "btn btn-dark btn-block" onClick = { this . room_id } > Submit
70
+ < button type = "button" id = 'submit' className = "btn btn-dark btn-block" onClick = { this . room_id } > Create
71
71
</ button >
72
72
</ div >
73
73
{ /* <div class="col-md-3 pr-1">
@@ -77,10 +77,11 @@ export class VideoCalling extends React.Component {
77
77
</div>
78
78
</div> */ }
79
79
< div class = "form-group" >
80
- < Link to = { this . state . path } style = { { 'text-decoration' : 'none' } } >
81
- < button type = "button" id = 'join' className = "btn btn-dark btn-block" disabled > Join
80
+ < button type = "button" id = 'join' className = "btn btn-dark btn-block" disabled >
81
+ < Link to = { this . state . path } style = { { 'text-decoration' : 'none' } } >
82
+ Join
83
+ </ Link >
82
84
</ button >
83
- </ Link >
84
85
</ div >
85
86
</ div >
86
87
</ div >
You can’t perform that action at this time.
0 commit comments