From 91787e8e58e53ab924455b0581f69a447f0787d1 Mon Sep 17 00:00:00 2001 From: Chris Hough Date: Sat, 1 Feb 2025 18:56:39 -0700 Subject: [PATCH 1/2] update sales email --- data/components.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/components.yml b/data/components.yml index 490e0cb..90d80ba 100644 --- a/data/components.yml +++ b/data/components.yml @@ -1,7 +1,7 @@ url: https://robotsbuildingrobots.com social: - email: founders@robotsbuildingrobots.com + email: salesteam@robotsbuildingrobots.com shortname: RobotsBuildingRobots formalname: RobotsBuildingRobots, LLC founder: Chris Hough From f77e5104ff79e627d50e5496dcdeec248480ba45 Mon Sep 17 00:00:00 2001 From: Chris Hough Date: Sat, 1 Feb 2025 19:04:02 -0700 Subject: [PATCH 2/2] update contact email --- source/assets/javascripts/pages/contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/assets/javascripts/pages/contact.js b/source/assets/javascripts/pages/contact.js index c3a81de..6f41587 100644 --- a/source/assets/javascripts/pages/contact.js +++ b/source/assets/javascripts/pages/contact.js @@ -5,7 +5,7 @@ export default () => { $.validator.setDefaults({ submitHandler() { - const $socialEmail = 'sales@robotsbuildingrobots.com'; + const $socialEmail = 'salesteam@robotsbuildingrobots.com'; const $inputFirstName = $('#input-first-name').val(); const $inputLastName = $('#input-last-name').val(); const $inputEmail = $('#input-email').val();