Skip to content

Commit

Permalink
Merge pull request #11 from shauryasrivatava/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
shauryasrivatava authored Aug 3, 2022
2 parents e6100e9 + 39e9ca2 commit 8da3a0d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ export default class App extends React.Component {
<div>
<Jumbotron>
<TitleHeader className="text-center" title="React Form"/>
</Jumbotron>
</br>
<div className="text-center">
<h1>made by team2</h1>
<h3>Deepu is a champion</h3>
<h3>Shaurya</h3>
<h3>Mukesh</h3>
<h3>Ayush</h3>
</div>
</Jumbotron>
<Container>
<Row>
<Column className="col-md-6 offset-md-3">
Expand All @@ -25,4 +33,4 @@ export default class App extends React.Component {
</div>
);
}
}
}

0 comments on commit 8da3a0d

Please sign in to comment.