File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ REQUEST_API_KEY=""
8
8
NEXT_PUBLIC_REOWN_PROJECT_ID = " "
9
9
WEBHOOK_SECRET = " "
10
10
CRYPTO_TO_FIAT_PAYEE_ADDRESS = " "
11
+ NEXT_PUBLIC_API_TERMS_CONDITIONS = " https://request.network/api-terms"
11
12
12
13
FEE_PERCENTAGE_FOR_PAYMENT = " "
13
14
FEE_ADDRESS_FOR_PAYMENT = " "
Original file line number Diff line number Diff line change @@ -49,6 +49,18 @@ export default async function LoginPage() {
49
49
/>
50
50
Continue with Google
51
51
</ Link >
52
+ < p className = "text-center text-sm text-zinc-500" >
53
+ By continuing, you agree to our{ " " }
54
+ < Link
55
+ href = { process . env . NEXT_PUBLIC_API_TERMS_CONDITIONS as string }
56
+ className = "underline hover:text-zinc-900"
57
+ target = "_blank"
58
+ rel = "noopener noreferrer"
59
+ >
60
+ Terms and Conditions
61
+ </ Link >
62
+ .
63
+ </ p >
52
64
</ div >
53
65
</ div >
54
66
</ main >
You can’t perform that action at this time.
0 commit comments