Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3c9c9d70f | |||
| 0a22ac7ade | |||
| 18b18aba96 | |||
| 099c0ce0a4 |
@@ -16,4 +16,3 @@ REACT_APP_AUX_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfit"
|
|||||||
REACT_APP_FORM_TIMEOUT = 10000
|
REACT_APP_FORM_TIMEOUT = 10000
|
||||||
REACT_APP_MAX_MESSAGE_LENGHT =300
|
REACT_APP_MAX_MESSAGE_LENGHT =300
|
||||||
REACT_APP_BLOGSITE="https://blog.mermsemr.com/"
|
REACT_APP_BLOGSITE="https://blog.mermsemr.com/"
|
||||||
|
|
||||||
|
|||||||
@@ -103,6 +103,22 @@ const Main = ({ setfooter, setnavbar, setbrdcum }) => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<ul className="app_btn">
|
<ul className="app_btn">
|
||||||
|
<li>
|
||||||
|
<a href={process.env.REACT_APP_ANDROID_URL}>
|
||||||
|
<img src={blueapp} alt="image" />
|
||||||
|
<img className="white_img" src={whiteapp} alt="image" />
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href={process.env.REACT_APP_IOS_URL}>
|
||||||
|
<img src={blue} alt="image" />
|
||||||
|
<img className="white_img" src={white} alt="image" />
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
{/* <ul className="app_btn">
|
||||||
<li>
|
<li>
|
||||||
<Link to="https://play.google.com/store/apps/details?id=com.mermsemr.myfit">
|
<Link to="https://play.google.com/store/apps/details?id=com.mermsemr.myfit">
|
||||||
<img className="blue_img" src={blueapp} alt="image" />
|
<img className="blue_img" src={blueapp} alt="image" />
|
||||||
@@ -115,7 +131,9 @@ const Main = ({ setfooter, setnavbar, setbrdcum }) => {
|
|||||||
<img className="white_img" src={white} alt="image" />
|
<img className="white_img" src={white} alt="image" />
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul> */}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className="col-lg-6 col-md-12"
|
className="col-lg-6 col-md-12"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
import React , { useState , useEffect} from 'react'
|
import React , { useState , useEffect} from 'react'
|
||||||
import { Link } from 'react-router-dom'
|
import { Link } from 'react-router-dom'
|
||||||
|
import blueapp from "../../../assets/images/appstore_blue.png"
|
||||||
|
import blue from "../../../assets/images/googleplay_blue.png"
|
||||||
import Bredcrumb from '../../Bredcrumb/Main'
|
import Bredcrumb from '../../Bredcrumb/Main'
|
||||||
import BGImg from "../../../assets/images/bread_crumb_bg.png"
|
import BGImg from "../../../assets/images/bread_crumb_bg.png"
|
||||||
import BGImg1 from "../../../assets/images/bread_crumb_bg_one.png"
|
import BGImg1 from "../../../assets/images/bread_crumb_bg_one.png"
|
||||||
@@ -64,7 +66,6 @@ const Main = ({brdcum}) => {
|
|||||||
tag="Faq"
|
tag="Faq"
|
||||||
bgimg={BGImg2}/>}
|
bgimg={BGImg2}/>}
|
||||||
|
|
||||||
|
|
||||||
{/* <section className="row_am faq_section">
|
{/* <section className="row_am faq_section">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="faq_panel">
|
<div className="faq_panel">
|
||||||
|
|||||||
Reference in New Issue
Block a user