From 78b7e41696cb7cb4d4d09564b7b342bf6acfa472 Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Fri, 3 Feb 2023 23:30:53 +0100 Subject: [PATCH] Duplicates removed --- components/Contact/ContactInfo.js | 3 --- components/_App/Footer.js | 2 -- next.config.js | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/components/Contact/ContactInfo.js b/components/Contact/ContactInfo.js index feafb4f..e2cead4 100755 --- a/components/Contact/ContactInfo.js +++ b/components/Contact/ContactInfo.js @@ -10,7 +10,6 @@ const ContactInfo = () => {

Location

{process.env.REACT_APP_US_ADDRESS_USA}

-

32 Oatgrass Dr, Grayson,GA,30017

@@ -19,7 +18,6 @@ const ContactInfo = () => {

Email

{process.env.REACT_APP_SUPPORT_EMAIL}

-

support@kintcare.com

@@ -28,7 +26,6 @@ const ContactInfo = () => {

Phone

{process.env.REACT_APP_US_PHONE}

-

(415) 251-7583

diff --git a/components/_App/Footer.js b/components/_App/Footer.js index 2d6d0fe..9d12d71 100755 --- a/components/_App/Footer.js +++ b/components/_App/Footer.js @@ -16,12 +16,10 @@ const Footer = () => {
  • {process.env.REACT_APP_SUPPORT_EMAIL} - {process.env.REACT_APP_SUPPORT_EMAIL}
  • {process.env.REACT_APP_US_PHONE} - {process.env.REACT_APP_US_PHONE}
  • diff --git a/next.config.js b/next.config.js index 18ebbdc..46730e3 100755 --- a/next.config.js +++ b/next.config.js @@ -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',