Duplicates removed
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,7 +10,6 @@ const ContactInfo = () => {
|
||||
<i className="icofont-location-pin"></i>
|
||||
<h3>Location</h3>
|
||||
<p>{process.env.REACT_APP_US_ADDRESS_USA}</p>
|
||||
<p>32 Oatgrass Dr, Grayson,GA,30017</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +18,6 @@ const ContactInfo = () => {
|
||||
<i className="icofont-ui-message"></i>
|
||||
<h3>Email</h3>
|
||||
<p>{process.env.REACT_APP_SUPPORT_EMAIL}</p>
|
||||
<p>support@kintcare.com</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -28,7 +26,6 @@ const ContactInfo = () => {
|
||||
<i className="icofont-ui-call"></i>
|
||||
<h3>Phone</h3>
|
||||
<p>{process.env.REACT_APP_US_PHONE}</p>
|
||||
<p>(415) 251-7583</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -16,12 +16,10 @@ const Footer = () => {
|
||||
<li>
|
||||
<i className="icofont-ui-message"></i>
|
||||
<a href="#">{process.env.REACT_APP_SUPPORT_EMAIL}</a>
|
||||
<a href="#">{process.env.REACT_APP_SUPPORT_EMAIL}</a>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-stock-mobile"></i>
|
||||
<a href="#">{process.env.REACT_APP_US_PHONE}</a>
|
||||
<a href="#">{process.env.REACT_APP_US_PHONE}</a>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-location-pin"></i>
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ module.exports = {
|
||||
env: {
|
||||
REACT_APP_US_ADDRESS_USA: '32 Oatgrass Dr, Grayson,GA,30017',
|
||||
REACT_APP_US_PHONE: '(415) 251-7583',
|
||||
REACT_APP_SUPPORT_EMAIL: 'support@mermsemr.com',
|
||||
REACT_APP_SUPPORT_EMAIL: 'support@kintcare.com',
|
||||
REACT_APP_YEAR:2023,
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user