diff --git a/.env b/.env index 2b2b6ed..6144927 100644 --- a/.env +++ b/.env @@ -132,7 +132,7 @@ REACT_APP_CUSTOMTIMER=90 REACT_APP_SHOW_USER_PAGE=1 # login footer links -REACT_APP_HOME_LINK='https://dev-www.mermsemr.com/' -REACT_APP_ABOUT_LINK='https://dev-www.mermsemr.com/about' -REACT_APP_CONTACTS_LINK='https://dev-www.mermsemr.com/contacts' -REACT_APP_TERMS_LINK='https://dev-www.mermsemr.com/terms' \ No newline at end of file +REACT_APP_HOME_LINK='https://dev-www.wrenchboard.com/' +REACT_APP_ABOUT_LINK='https://dev-www.wrenchboard.com/about-us' +REACT_APP_CONTACTS_LINK='https://dev-www.wrenchboard.com/contact' +REACT_APP_TERMS_LINK='https://dev-www.wrenchboard.com/terms' \ No newline at end of file diff --git a/.env.development b/.env.development index ef467e5..8743e4e 100644 --- a/.env.development +++ b/.env.development @@ -101,7 +101,7 @@ REACT_APP_CUSTOMTIMER=90 REACT_APP_SHOW_USER_PAGE=1 # login footer links -REACT_APP_HOME_LINK='https://dev-www.mermsemr.com/' -REACT_APP_ABOUT_LINK='https://dev-www.mermsemr.com/about' -REACT_APP_CONTACTS_LINK='https://dev-www.mermsemr.com/contacts' -REACT_APP_TERMS_LINK='https://dev-www.mermsemr.com/terms' \ No newline at end of file +REACT_APP_HOME_LINK='https://dev-www.wrenchboard.com/' +REACT_APP_ABOUT_LINK='https://dev-www.wrenchboard.com/about-us' +REACT_APP_CONTACTS_LINK='https://dev-www.wrenchboard.com/contact' +REACT_APP_TERMS_LINK='https://dev-www.wrenchboard.com/terms' \ No newline at end of file diff --git a/.env.production b/.env.production index d14423b..bcf8a4c 100644 --- a/.env.production +++ b/.env.production @@ -107,7 +107,7 @@ REACT_APP_CUSTOMTIMER=90 REACT_APP_SHOW_USER_PAGE=0 # login footer links -REACT_APP_HOME_LINK='https://www.mermsemr.com/' -REACT_APP_ABOUT_LINK='https://www.mermsemr.com/about' -REACT_APP_CONTACTS_LINK='https://www.mermsemr.com/contacts' -REACT_APP_TERMS_LINK='https://www.mermsemr.com/terms' \ No newline at end of file +REACT_APP_HOME_LINK='https://www.wrenchboard.com/' +REACT_APP_ABOUT_LINK='https://www.wrenchboard.com/about-us' +REACT_APP_CONTACTS_LINK='https://www.wrenchboard.com/contact' +REACT_APP_TERMS_LINK='https://www.wrenchboard.com/terms' \ No newline at end of file diff --git a/src/components/AuthPages/Login/LoginLanding.jsx b/src/components/AuthPages/Login/LoginLanding.jsx index 3691e3b..1ac03ab 100644 --- a/src/components/AuthPages/Login/LoginLanding.jsx +++ b/src/components/AuthPages/Login/LoginLanding.jsx @@ -105,10 +105,10 @@ export default function LoginLanding() {