We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca9d32 commit e4e8f5fCopy full SHA for e4e8f5f
1 file changed
frontend/src/components/auth/SignupForm.tsx
@@ -135,9 +135,9 @@ export function SignupForm() {
135
136
<p className="text-xs text-muted-foreground text-center">
137
By signing up, you agree to our{' '}
138
- <Link to="/terms" className="underline hover:text-foreground">Terms</Link>
+ <a href="#" className="underline hover:text-foreground">Terms</a>
139
{' '}and{' '}
140
- <Link to="/privacy" className="underline hover:text-foreground">Privacy Policy</Link>
+ <a href="#" className="underline hover:text-foreground">Privacy Policy</a>
141
</p>
142
</form>
143
0 commit comments