Skip to content

Commit 2d50cf2

Browse files
committed
minor fuckups
1 parent 03599f1 commit 2d50cf2

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

src/components/addCompany.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ export class AddCompany extends React.Component {
9393
<div class="row justify-content-center">
9494
<div class="col-md-8">
9595
<div class="card">
96-
<div class="card-header">
96+
{/* <div class="card-header">
9797
<h5 class="title">Login</h5>
98-
</div>
98+
</div> */}
9999
<div class="card-body">
100100
<div class="row justify-content-center">
101101
<div className="col-md-12 relative align-self-center">

src/components/login.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ export class Login extends React.Component {
8282
<div class="row justify-content-center">
8383
<div class="col-md-8 pr-1">
8484
<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" />
8787
</div>
8888
</div>
8989
<div class="col-md-8 pr-1">
9090
<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" />
9393
</div>
9494
</div>
9595
</div>

src/components/room.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class VideoCalling extends React.Component {
6767
<div class="row justify-content-center">
6868
<div className="col-md-3 relative align-self-center">
6969
<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
7171
</button>
7272
</div>
7373
{/* <div class="col-md-3 pr-1">
@@ -77,10 +77,11 @@ export class VideoCalling extends React.Component {
7777
</div>
7878
</div> */}
7979
<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>
8284
</button>
83-
</Link>
8485
</div>
8586
</div>
8687
</div>

0 commit comments

Comments
 (0)