Review page fixed to variable
This commit was merged in pull request #42.
This commit is contained in:
@@ -328,16 +328,16 @@ const Main = ({brdcum}) => {
|
|||||||
<h2>Let’s download free from apple and play store</h2>
|
<h2>Let’s download free from apple and play store</h2>
|
||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user