mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 11:59:26 +00:00
feat: add privacy policy agreement to invite-only signup
This commit is contained in:
parent
26ef11ca4f
commit
6ed50e4b58
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ function InviteOnlySignUpComponent(props: InviteOnlySignUpProps) {
|
|||
</Form.Control>
|
||||
</FormField> */}
|
||||
|
||||
<small className="text-[0.75rem]">By clicking “Create an account” you agree to Learn with Mueez’s <Link href="/privacy-policy" className="text-blue-400 font-bold">Privacy Policy</Link>.</small>
|
||||
<div className="flex py-4">
|
||||
<Form.Submit asChild>
|
||||
<button className="w-full bg-black text-white font-bold text-center p-2 rounded-md shadow-md hover:cursor-pointer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue