Compare commits

...

3 Commits

2 changed files with 11 additions and 0 deletions
+5
View File
@@ -11,3 +11,8 @@ REACT_APP_GOOGLE_PLAY_LINK='https://apps.apple.com/us/app/float-mobility/id14653
REACT_APP_AUX_ENDPOINT='https://float-gat.dev.chiefsoft.net/en/floatweb/api/v1/'
REACT_APP_IMAGE_LINK='https://blog.float.sg/wp-content/uploads/'
REACT_APP_FACEBOOK_LINK='https://www.facebook.com/tryfloat/'
REACT_APP_INSTAGRAM_LINK='https://www.instagram.com/tryfloat/'
REACT_APP_LINKEDIN_LINK='https://www.linkedin.com/company/float-mobility/'
REACT_APP_TWITTER_LINK='https://twitter.com/tryfloat'
+6
View File
@@ -44,6 +44,12 @@ class Footer extends React.Component {
</div>
</div>
<div className="col-sm-6 col-md-8 col-lg-3">
<div className="pb-2 d-flex justify-content-lg-end">
<a href={process.env.REACT_APP_FACEBOOK_LINK} target="_blank"><span className="p-1 flaticon-facebook"></span></a>
<a href={process.env.REACT_APP_INSTAGRAM_LINK} target="_blank"><span className="p-1 flaticon-instagram"></span></a>
<a href={process.env.REACT_APP_LINKEDIN_LINK} target="_blank"><span className="p-1 flaticon-linkedin-sign"></span></a>
<a href={process.env.REACT_APP_TWITTER_LINK} target="_blank"><span className="p-1 flaticon-twitter"></span></a>
</div>
<div className="footer-store-badges text-right mb-40">
<Link to={process.env.REACT_APP_APPLE_LINK} className="store">
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />