diff --git a/components/core/login/auth-info.tsx b/components/core/login/auth-info.tsx index 8b6a85f1..6f6294b5 100644 --- a/components/core/login/auth-info.tsx +++ b/components/core/login/auth-info.tsx @@ -56,6 +56,12 @@ const AuthInfo = () => { } }; + const handleSignUpClick = () => { + analytics.onSignUpBtnClicked(); + onClose(); + window.location.href = PAGE_ROUTES.SIGNUP; + }; + return ( <>
@@ -68,9 +74,9 @@ const AuthInfo = () => {
Not registered yet? - +
Click here to sign up - +