From 19210b19f41dd3c2b53015c7ae72e86a6890fae0 Mon Sep 17 00:00:00 2001 From: bigint <69431456+bigint@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:50:56 +0530 Subject: [PATCH] chore: rename signup contract to signup --- apps/web/src/components/Staff/Signup/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/Staff/Signup/index.tsx b/apps/web/src/components/Staff/Signup/index.tsx index 067d20b7bab8..afeeeed18e92 100644 --- a/apps/web/src/components/Staff/Signup/index.tsx +++ b/apps/web/src/components/Staff/Signup/index.tsx @@ -37,7 +37,7 @@ const Signup: NextPage = () => { useEffect(() => { Leafwatch.track(PAGEVIEW, { page: 'staff-tools', - subpage: 'singup-contract' + subpage: 'singup' }); }, []);