Skip to content

Commit e4e8f5f

Browse files
committed
fix: use placeholder links for terms/privacy (no routes yet)
1 parent aca9d32 commit e4e8f5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/auth/SignupForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ export function SignupForm() {
135135

136136
<p className="text-xs text-muted-foreground text-center">
137137
By signing up, you agree to our{' '}
138-
<Link to="/terms" className="underline hover:text-foreground">Terms</Link>
138+
<a href="#" className="underline hover:text-foreground">Terms</a>
139139
{' '}and{' '}
140-
<Link to="/privacy" className="underline hover:text-foreground">Privacy Policy</Link>
140+
<a href="#" className="underline hover:text-foreground">Privacy Policy</a>
141141
</p>
142142
</form>
143143

0 commit comments

Comments
 (0)