Skip to content

Commit 901a80b

Browse files
Open 'Learn more' in Help Center modal for 60-day transfer lock (#103828)
1 parent 86aaca3 commit 901a80b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

client/my-sites/domains/domain-management/transfer/transfer-out/transfer-prohibited.jsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { Card } from '@automattic/components';
22
import { localizeUrl } from '@automattic/i18n-utils';
33
import { TRANSFER_DOMAIN_REGISTRATION } from '@automattic/urls';
44
import { localize } from 'i18n-calypso';
5+
import InlineSupportLink from 'calypso/components/inline-support-link';
56

67
const TransferProhibited = ( { translate } ) => (
78
<div>
@@ -13,11 +14,7 @@ const TransferProhibited = ( { translate } ) => (
1314
{
1415
components: {
1516
learnMoreLink: (
16-
<a
17-
href={ localizeUrl( TRANSFER_DOMAIN_REGISTRATION ) }
18-
target="_blank"
19-
rel="noopener noreferrer"
20-
/>
17+
<InlineSupportLink supportLink={ localizeUrl( TRANSFER_DOMAIN_REGISTRATION ) } />
2118
),
2219
},
2320
}

0 commit comments

Comments
 (0)