diff --git a/src/app/intro/page.tsx b/src/app/intro/page.tsx index d6af97e..d37b896 100644 --- a/src/app/intro/page.tsx +++ b/src/app/intro/page.tsx @@ -25,7 +25,7 @@ function getSubmitPath(profile: MarriageProfileResponse | undefined) { : isInCase && profile?.active_case?.status === "male_accepted" ? "/request-sent" : profile?.status === "pending_onboarding" - ? "/rules" + ? "/terms" : profile?.status === "pending_info" ? "/questions-list" : profile?.status === "waiting"