|
|
@@ -98,9 +98,11 @@ const RegisterCustom = () => { |
|
|
|
<Typography mb={4} variant="h3"> |
|
|
|
<FormattedMessage id="personalUser"/> |
|
|
|
</Typography> |
|
|
|
<Button variant="outlined" color="iAmSmart" onClick={registerWithIAmSmart} startIcon={<img src={iAmSmartICon} alt="iAM Smart" width="30" />}><Typography variant="h5"> |
|
|
|
<FormattedMessage id="continueWithIAmSmart"/> |
|
|
|
</Typography></Button> |
|
|
|
<Button variant="outlined" color="iAmSmart" sx={{textTransform: 'none'}} onClick={registerWithIAmSmart} startIcon={<img src={iAmSmartICon} alt="iAM Smart" width="30" />}> |
|
|
|
<Typography variant="h5"> |
|
|
|
<FormattedMessage id="continueWithIAmSmart"/> |
|
|
|
</Typography> |
|
|
|
</Button> |
|
|
|
|
|
|
|
<Box mt={4} ml={2} mr={2} bgcolor="grey.100" p={1.5} > |
|
|
|
<Typography textAlign='justify' variant="body1" display="block" gutterBottom> |
|
|
|