Skip to content

Commit

Permalink
Merge branch 'master' into signup
Browse files Browse the repository at this point in the history
Signed-off-by: Aaditya Narayan Subedy <[email protected]>
  • Loading branch information
asubedy authored Jul 2, 2023
2 parents 537b601 + ae2bdd0 commit 87b380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/SignupForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SignupForm = (props) => {
if (formSubmitted) {
props.onSubmit();

axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", {
memberFormOne
});
window.scrollTo({
Expand Down

0 comments on commit 87b380a

Please sign in to comment.