We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6664c5e commit 080cbdeCopy full SHA for 080cbde
2 files changed
src/ReturnUserExperience/RuxPhoneNumber.tsx
@@ -46,7 +46,9 @@ export const RuxPhoneNumber = ({
46
</Link>
47
.
48
</Text>
49
- <Button>{__('Continue')}</Button>
+ <Button fullWidth={true} onClick={() => {}}>
50
+ {__('Continue')}
51
+ </Button>
52
<Button fullWidth={true} onClick={() => {}} variant="outlined">
53
{__('Continue without phone number')}
54
</Button>
src/ReturnUserExperience/RuxTitle.tsx
@@ -36,7 +36,7 @@ export const RuxTitle = ({
36
case RUXViews.PHONE_NUMBER:
37
setTitleAndDescription({
38
title: __('Sign in with your phone'),
39
- description: __('Sign into MX to securely access your accounts.'),
+ description: __('Log in or sign up with MX to securely access your saved accounts.'),
40
})
41
break
42
case RUXViews.OTP:
0 commit comments