File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
client/my-sites/domains/domain-management/transfer/transfer-out Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { Card } from '@automattic/components';
2
2
import { localizeUrl } from '@automattic/i18n-utils' ;
3
3
import { TRANSFER_DOMAIN_REGISTRATION } from '@automattic/urls' ;
4
4
import { localize } from 'i18n-calypso' ;
5
+ import InlineSupportLink from 'calypso/components/inline-support-link' ;
5
6
6
7
const TransferProhibited = ( { translate } ) => (
7
8
< div >
@@ -13,11 +14,7 @@ const TransferProhibited = ( { translate } ) => (
13
14
{
14
15
components : {
15
16
learnMoreLink : (
16
- < a
17
- href = { localizeUrl ( TRANSFER_DOMAIN_REGISTRATION ) }
18
- target = "_blank"
19
- rel = "noopener noreferrer"
20
- />
17
+ < InlineSupportLink supportLink = { localizeUrl ( TRANSFER_DOMAIN_REGISTRATION ) } />
21
18
) ,
22
19
} ,
23
20
}
You can’t perform that action at this time.
0 commit comments