|
|
@@ -108,7 +108,7 @@ const RegisterCustom = () => { |
|
|
|
<Typography textAlign='justify' variant="body1" display="block" gutterBottom> |
|
|
|
<div dangerouslySetInnerHTML={{ __html: intl.formatMessage({id: 'MSG.registerIAmSmart'}) }} /> |
|
|
|
</Typography> |
|
|
|
<Link href="https://www.iamsmart.gov.hk/tc/"> |
|
|
|
<Link href={intl.formatMessage({ id: "iamsmartLink" })}> |
|
|
|
<FormattedMessage id="learnMore"/> |
|
|
|
</Link> |
|
|
|
</Box> |
|
|
@@ -192,7 +192,7 @@ const RegisterCustom = () => { |
|
|
|
<FormattedMessage id="iAmSmartAutoFillIn"/> |
|
|
|
</Typography></Button> |
|
|
|
<br/> |
|
|
|
<Link href="https://www.iamsmart.gov.hk/tc/"> |
|
|
|
<Link href={intl.formatMessage({ id: "iamsmartLink" })}> |
|
|
|
<FormattedMessage id="learnMore"/> |
|
|
|
</Link> |
|
|
|
</DialogContent> |
|
|
|