Skip to content

Commit e55f231

Browse files
Chore: Add terms and privacy notice on sign up (#85)
This pr adds a notice to the sign up page, that by continuing, the user agrees our terms and privacy policies. <img width="435" alt="Screenshot 2025-06-27 at 9 03 54 PM" src="https://github.com/user-attachments/assets/32831f60-e117-4612-a180-9c672bf751f5" />
1 parent 6e7ccd9 commit e55f231

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/app/(auth)/sign-up/page.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,22 @@ export default function SignUp() {
198198
>
199199
Sign in
200200
</Link>
201+
.
202+
</p>
203+
<p className="text-fg/40 mt-4 text-sm leading-6">
204+
By signing up, you agree to our{' '}
205+
<Link href="/terms" target="_blank" className="text-fg/60 font-medium">
206+
Terms of Service
207+
</Link>{' '}
208+
and{' '}
209+
<Link
210+
href="/privacy"
211+
target="_blank"
212+
className="text-fg/60 font-medium"
213+
>
214+
Privacy Policy
215+
</Link>
216+
.
201217
</p>
202218

203219
{message && <AuthFormMessage className="mt-4" message={message} />}

0 commit comments

Comments
 (0)