diff --git a/.env b/.env index d837876..c109cfb 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ 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@myfit.ai" 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" diff --git a/.env.development b/.env.development index d837876..c109cfb 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ 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@myfit.ai" 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" diff --git a/src/component/Footer/Main.js b/src/component/Footer/Main.js index 220e4b3..bd03cf6 100644 --- a/src/component/Footer/Main.js +++ b/src/component/Footer/Main.js @@ -52,12 +52,18 @@ const Main = ({ footer }) => {