From 2afba2a42bf06b8063171066439314217ee42e7f Mon Sep 17 00:00:00 2001 From: Vivek Vishal Date: Tue, 4 Jun 2024 22:07:15 +0530 Subject: [PATCH] Revert "[chore] Update webhook signup forms" --- site/src/components/SignupForm/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/SignupForm/index.js b/site/src/components/SignupForm/index.js index d7d2598..a0e5128 100644 --- a/site/src/components/SignupForm/index.js +++ b/site/src/components/SignupForm/index.js @@ -52,7 +52,7 @@ const SignupForm = ({ onSubmit }) => { if (formSubmitted) { onSubmit(); - axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", { + axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", { memberFormOne });