Links added
This commit is contained in:
@@ -1,2 +1,6 @@
|
|||||||
REACT_APP_APPSITE='http://welcome.float.sg'
|
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
|
congue magna impedit ligula risus. Mauris donec ligula an impedit magnis
|
||||||
</p>
|
</p>
|
||||||
{/* Button */}
|
{/* 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>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
</div> {/* End row */}
|
</div> {/* End row */}
|
||||||
|
|||||||
@@ -64,6 +64,10 @@ class Users extends React.Component {
|
|||||||
<p className="txt-rating">Based on 7.296 user reviews</p>
|
<p className="txt-rating">Based on 7.296 user reviews</p>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
</div> {/* END HERO TEXT */}
|
</div> {/* END HERO TEXT */}
|
||||||
{/* HERO IMAGE */}
|
{/* HERO IMAGE */}
|
||||||
|
|||||||
Reference in New Issue
Block a user