Links added

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-25 08:06:47 -04:00
parent 825dd284f1
commit 12207f6d1e
3 changed files with 11 additions and 3 deletions
+4
View File
@@ -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
View File
@@ -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 */}
+4
View File
@@ -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 */}