added social links to footer component
This commit was merged in pull request #36.
This commit is contained in:
@@ -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'
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user