Links added
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
REACT_APP_APPSITE='http://welcome.float.sg'
|
||||
REACT_APP_EMAIL='support@float.sg'
|
||||
REACT_APP_EMAIL='support@float.sg'
|
||||
REACT_APP_WWW='http://float-www.dev.chiefsoft.net'
|
||||
REACT_APP_FLEET='http://float-flt.dev.chiefsoft.net'
|
||||
REACT_APP_USERS='http://float-usr.dev.chiefsoft.net'
|
||||
REACT_APP_APIGATE='http://float-gat.dev.chiefsoft.net'
|
||||
+1
-1
@@ -67,7 +67,7 @@ class Fleet extends React.Component {
|
||||
congue magna impedit ligula risus. Mauris donec ligula an impedit magnis
|
||||
</p>
|
||||
{/* Button */}
|
||||
<a href="#features-5" className="btn btn-tra-grey skyblue-hover">Find Out More</a>
|
||||
<a href={`${process.env.REACT_APP_FLEET}/`} className="btn btn-tra-grey skyblue-hover">Find Out More</a>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
|
||||
+5
-1
@@ -64,12 +64,16 @@ class Users extends React.Component {
|
||||
<p className="txt-rating">Based on 7.296 user reviews</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* USER PORTAL */}
|
||||
<div>
|
||||
<a className='btn btn-rose tra-grey-hover' href={`${process.env.REACT_APP_USERS}/`} >This leads to users PORTAL</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END HERO TEXT */}
|
||||
{/* HERO IMAGE */}
|
||||
<div className="col-lg-6 col-xl-6 11offset-xl-1 m-top">
|
||||
<div className="hero-8-img pr-20 text-center wow fadeInDown" data-wow-delay="0.4s">
|
||||
<img className="img-fluid" src="assets/images/hero-8-img.png" alt="hero-image" />
|
||||
<img className="img-fluid" src="assets/images/hero-8-img.png" alt="hero-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
|
||||
Reference in New Issue
Block a user