From 559b52048b2f3ab817f1cf457a9cd7216133a944 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Tue, 19 Dec 2023 14:04:33 +0530 Subject: [PATCH] Update index.js Signed-off-by: Pranav Singh --- 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 0914e62..b732b40 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/r5qgpjel5tlhtyndcgjvkrdkoc65417y", { + axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", { memberFormOne });