equal
deleted
inserted
replaced
7 class App extends Component { |
7 class App extends Component { |
8 render() { |
8 render() { |
9 return ( |
9 return ( |
10 <div> |
10 <div> |
11 <Navbar history={this.props.history} /> |
11 <Navbar history={this.props.history} /> |
12 <div className="container-fluid"> |
12 <div className="container-fluid"></div> |
13 <div className="row"> |
13 <div className="row"> |
14 <div className="col-lg-6 offset-md-3 text-center"> |
14 <div className="col-lg-6 offset-md-3 text-center mt-5 pt-5"> |
15 <div className="alert alert-info" id="home-text"><span id="welcome">Bienvenue sur</span><br/>IRI Notes</div> |
15 <h5 className="font-weight-bold text-center text-lg mt-5">Bienvenue sur</h5> |
16 </div> |
16 <h4 className="font-weight-bold text-center text-lg">IRI Notes</h4> |
17 </div> |
17 </div> |
18 </div> |
18 </div> |
19 </div> |
19 </div> |
20 ); |
20 ); |
21 } |
21 } |