Top Header links added
This commit is contained in:
@@ -40,22 +40,22 @@ const TopHeader = () => {
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.facebook.com/" target="_blank">
|
||||
<a href={process.env.REACT_APP_FACEBOOK} target="_blank">
|
||||
<i className="icofont-facebook"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/" target="_blank">
|
||||
<a href={process.env.REACT_APP_TWITTER} target="_blank">
|
||||
<i className="icofont-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.linkedin.com/" target="_blank">
|
||||
<a href={process.env.REACT_APP_TWITTER} target="_blank">
|
||||
<i className="icofont-linkedin"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.instagram.com/" target="_blank">
|
||||
<a href={process.env.REACT_APP_INSTAGRAM} target="_blank">
|
||||
<i className="icofont-instagram"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
+3
-1
@@ -16,8 +16,10 @@ module.exports = {
|
||||
REACT_APP_ANDROID_URL:'https://play.google.com/store/apps/details?id=com.mermsemr.myfit',
|
||||
REACT_APP_IOS_URL:'https://play.google.com/store/apps/details?id=com.mermsemr.myfit',
|
||||
REACT_APP_APPSITE:'http://localhost:9050',
|
||||
REACT_APP_FACEBOOK:'https://www.facebook.com/profile.php?id=100066498622246',
|
||||
REACT_APP_FACEBOOK:'https://www.facebook.com/dorcastore',
|
||||
REACT_APP_TWITTER: 'https://twitter.com/fluxtra',
|
||||
REACT_APP_INSTAGRAM:'https://www.instagram.com/dorcastore1/',
|
||||
//REACT_APP_LINKEDIN: 'https://www.linkedin.com/dorcastore1/',
|
||||
// REACT_APP_BLOGSITE: 'https://www.dorcastore.com/’
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user