diff --git a/.env.default b/.env.default index c60cd93b610adf0f65eadbaacb1395c2c42ce1a9..0a4b9471a0415c22c1347bc91fa77d6d5c3674a8 100644 --- a/.env.default +++ b/.env.default @@ -4,3 +4,4 @@ ENVIRONMENT # Services REACT_APP_BLOCLINK_URL REACT_APP_MAILCHIMP_URL +REACT_APP_BLOCPOWER_CONTACT diff --git a/src/Congrats.js b/src/Congrats.js index 5002f150dabda8b17c620f442dffcd4f2ded13b5..9356510dc1f92865340c95b2f0ad0fe5c6515d50 100644 --- a/src/Congrats.js +++ b/src/Congrats.js @@ -34,7 +34,7 @@ const Congrats = (props) => {
- We'll send you an email to find a time to chat or you can call us at 646-504-2236. + We'll send you an email to find a time to chat or you can call us at {process.env.REACT_APP_BLOCPOWER_CONTACT}.
); diff --git a/src/ThankYou.js b/src/ThankYou.js index dbf994861db1265d46c8a90ac1ec691859d91e11..12ed955a7ebc9bcd5d701c4a4c4432a9d919a14e 100644 --- a/src/ThankYou.js +++ b/src/ThankYou.js @@ -13,7 +13,7 @@ const ThankYou = (props) => {
Looks like we need more information to see if your building is a good fit for air source heat pumps. We'll send you an email to find a time to chat or you can {' '} - call us at 646-504-2236. + call us at {process.env.REACT_APP_BLOCPOWER_CONTACT}.
);