diff --git a/.env b/.env index 79218a7..42a2580 100644 --- a/.env +++ b/.env @@ -17,3 +17,6 @@ REACT_APP_SUPPORT_PHONE='404 855-7966' REACT_APP_SUPPORT_PHONE_NG='(+420) 336 476 328' REACT_APP_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' + +#AGENT LINK +REACT_APP_AGENT_LINK='https://agents.wrenchboard.com' diff --git a/.env.development b/.env.development index 1b87842..ce56586 100644 --- a/.env.development +++ b/.env.development @@ -16,4 +16,7 @@ REACT_APP_SUPPORT_EMAIL='support@wrenchboard.com' REACT_APP_SUPPORT_PHONE='404 855-7966' REACT_APP_SUPPORT_PHONE_NG='(+420) 336 476 328' REACT_APP_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' -REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' \ No newline at end of file +REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' + +#AGENT LINK +REACT_APP_AGENT_LINK='https://agents.wrenchboard.com' \ No newline at end of file diff --git a/.env.production b/.env.production index 3d10d2e..63606d3 100644 --- a/.env.production +++ b/.env.production @@ -16,4 +16,7 @@ REACT_APP_SUPPORT_EMAIL='support@wrenchboard.com' REACT_APP_SUPPORT_PHONE='404 855-7966' REACT_APP_SUPPORT_PHONE_NG='(+420) 336 476 328' REACT_APP_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339' -REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' \ No newline at end of file +REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria' + +#AGENT LINK +REACT_APP_AGENT_LINK='https://agents.wrenchboard.com' \ No newline at end of file diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js index 76f90bd..5a777af 100644 --- a/src/components/HomeOne/FooterHomeOne.js +++ b/src/components/HomeOne/FooterHomeOne.js @@ -54,6 +54,9 @@ function FooterHomeOne({ className }) {