While Sign up "Terms of Service" and "Privacy Policy" option is not redirecting me to respective page to read it.
On the Sign-Up page, the "Terms of Service" and "Privacy Policy" links do not redirect the user to their respective pages when clicked. They appear as static text with no interactive behavior.
Steps to Reproduce: Navigate to the Sign-Up page of the application. Scroll down to the checkbox or message that says something like: "By signing up, you agree to our Terms of Service and Privacy Policy." Try clicking on the "Terms of Service" and "Privacy Policy" text links. Observe that nothing happens — no redirection, popup, or page load.
Expected Behavior: Both "Terms of Service" and "Privacy Policy" should: Be rendered as clickable hyperlinks Redirect the user to their respective pages (e.g., /terms, /privacy) Optionally open in a new tab so the user doesn’t lose sign-up progress
Actual Behavior: The links are non-clickable or lack an href attribute No feedback or action occurs when the user tries to click them
Impact:
Root Cause (Likely): The anchor tags may be missing href attributes or event handlers Possibly styled like links but implemented as plain spans or labels Route handling for /terms or /privacy may not be configured