@opexa/portal-components 0.0.550 → 0.0.551
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -148,7 +148,7 @@ export function MobileNumberSignIn() {
|
|
|
148
148
|
globalStore.termsAndConditions.setOpen(true);
|
|
149
149
|
globalStore.termsAndConditions.setNext('SIGN_IN');
|
|
150
150
|
}
|
|
151
|
-
}, children: "Terms
|
|
151
|
+
}, children: "Terms of Use" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
|
|
152
152
|
if (signInProps.responsibleGamingUrl) {
|
|
153
153
|
globalStore.signIn.setOpen(false);
|
|
154
154
|
router.push(signInProps.responsibleGamingUrl);
|
|
@@ -163,7 +163,7 @@ export function NameAndPasswordSignIn() {
|
|
|
163
163
|
globalStore.termsAndConditions.setOpen(true);
|
|
164
164
|
globalStore.termsAndConditions.setNext('SIGN_IN');
|
|
165
165
|
}
|
|
166
|
-
}, children: "Terms
|
|
166
|
+
}, children: "Terms of Use" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
|
|
167
167
|
if (signInProps.responsibleGamingUrl) {
|
|
168
168
|
globalStore.signIn.setOpen(false);
|
|
169
169
|
router.push(signInProps.responsibleGamingUrl);
|
|
@@ -212,7 +212,7 @@ export function SignUpNameAndPasswordForm() {
|
|
|
212
212
|
globalStore.termsAndConditions.setNext('SIGN_UP');
|
|
213
213
|
globalStore.signUp.setOpen(false);
|
|
214
214
|
}
|
|
215
|
-
}, children: "Terms
|
|
215
|
+
}, children: "Terms of Use" }), ' ', "and", ' ', _jsx("button", { type: "button", className: "text-brand-400 underline underline-offset-2", onClick: () => {
|
|
216
216
|
if (signUpProps.responsibleGamingUrl) {
|
|
217
217
|
globalStore.signUp.setOpen(false);
|
|
218
218
|
router.push(signUpProps.responsibleGamingUrl);
|