equal
deleted
inserted
replaced
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"></div> |
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 mt-5 pt-5"> |
14 {/* <div className="col-lg-6 offset-md-3 text-center mt-5 pt-5"> |
15 <h5 className="font-weight-bold text-center text-lg mt-5">Bienvenue sur</h5> |
15 <h5 className="font-weight-bold text-center text-lg mt-5">Bienvenue sur</h5> |
16 <h4 className="font-weight-bold text-center text-lg">IRI Notes</h4> |
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 } |
22 } |
22 } |