Compare commits

...

2 Commits

Author SHA1 Message Date
ChineseChikki 08cf607c47 links in variable 2023-01-19 14:48:51 +01:00
ChineseChikki 036b53fa97 activated the pricing link 2023-01-19 01:04:07 +01:00
+11 -10
View File
@@ -212,16 +212,17 @@ const Main = ({brdcum}) => {
<p>Instant free download from apple and play store. All you need is an iPhone or Android device to enjoy all personalized metrics for personal use. Welcome to myFit App.</p> <p>Instant free download from apple and play store. All you need is an iPhone or Android device to enjoy all personalized metrics for personal use. Welcome to myFit App.</p>
</div> </div>
<ul className="app_btn"> <ul className="app_btn">
<li> <li>
<Link to="#"> <a href={process.env.REACT_APP_ANDROID_URL}>
<img src="assets/images/appstore_blue.png" alt="image" /> <img src={blueapp} alt="image" />
</Link> </a>
</li> </li>
<li> <li>
<Link to="#"> <a href={process.env.REACT_APP_IOS_URL}>
<img src="assets/images/googleplay_blue.png" alt="image" /> <img src={blue} alt="image" />
</Link> </a>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>