diff --git a/.env b/.env index 75e505b..2b2b6ed 100644 --- a/.env +++ b/.env @@ -129,4 +129,10 @@ REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' REACT_APP_CUSTOMTIMER=90 #SHOW OR HIDE MY PAGE LINK ROUTE -REACT_APP_SHOW_USER_PAGE=1 \ No newline at end of file +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 diff --git a/.env.development b/.env.development index 3f1f9f5..ef467e5 100644 --- a/.env.development +++ b/.env.development @@ -98,4 +98,10 @@ REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' REACT_APP_CUSTOMTIMER=90 #SHOW OR HIDE MY PAGE LINK ROUTE -REACT_APP_SHOW_USER_PAGE=1 \ No newline at end of file +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 diff --git a/.env.production b/.env.production index 00fb57e..d14423b 100644 --- a/.env.production +++ b/.env.production @@ -104,4 +104,10 @@ REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' REACT_APP_CUSTOMTIMER=90 #SHOW OR HIDE MY PAGE LINK ROUTE -REACT_APP_SHOW_USER_PAGE=0 \ No newline at end of file +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 diff --git a/src/components/AuthPages/Login/LoginLanding.jsx b/src/components/AuthPages/Login/LoginLanding.jsx index e6be93d..3691e3b 100644 --- a/src/components/AuthPages/Login/LoginLanding.jsx +++ b/src/components/AuthPages/Login/LoginLanding.jsx @@ -104,6 +104,12 @@ export default function LoginLanding() { +
+ Home + About + Contact + Terms +