Skip to content

Commit d77ad3a

Browse files
committed
feat: update button text in RuxPhoneNumber component for improved clarity
1 parent ea9ee43 commit d77ad3a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/ReturnUserExperience/RuxPhoneNumber.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ export const RuxPhoneNumber = ({
4646
</Link>
4747
.
4848
</Text>
49-
<Button>{__('Get code')}</Button>
49+
<Button>{__('Continue')}</Button>
50+
<Button fullWidth={true} onClick={() => {}} variant="outlined">
51+
{__('Continue without phone number')}
52+
</Button>
5053
</Stack>
5154
</>
5255
)

0 commit comments

Comments
 (0)