diff --git a/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/more-requests.jsx b/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/more-requests.jsx index 7639028276ae8..867b468144468 100644 --- a/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/more-requests.jsx +++ b/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/more-requests.jsx @@ -1,7 +1,15 @@ /** * External dependencies */ -import { AdminPage, Button, Col, Container, Text, H3 } from '@automattic/jetpack-components'; +import { + AdminPage, + Button, + Col, + Container, + Text, + H3, + getRedirectUrl, +} from '@automattic/jetpack-components'; import { __ } from '@wordpress/i18n'; import classNames from 'classnames'; import React from 'react'; @@ -26,9 +34,7 @@ export function JetpackAIInterstitialMoreRequests( { onClickGoBack = () => {} } 'Allow us to assist you in discovering the optimal plan tailored to your requirements, ensuring you can continue using the most advanced AI technology Jetpack has to offer.', 'jetpack-my-jetpack' ); - const contactEmailAddress = 'support@jetpack.com'; - const contactEmailSubject = encodeURIComponent( 'Jetpack AI - Inquiry about more requests' ); - const href = `mailto:${ contactEmailAddress }?subject=${ contactEmailSubject }`; + const contactHref = getRedirectUrl( 'jetpack-ai-tiers-more-requests-contact' ); return ( @@ -49,7 +55,9 @@ export function JetpackAIInterstitialMoreRequests( { onClickGoBack = () => {} }

{ title }

{ longDescription }
- + diff --git a/projects/packages/my-jetpack/changelog/update-ai-assistant-contact-us-jetpack-redirect b/projects/packages/my-jetpack/changelog/update-ai-assistant-contact-us-jetpack-redirect new file mode 100644 index 0000000000000..aa49ff75c1e2c --- /dev/null +++ b/projects/packages/my-jetpack/changelog/update-ai-assistant-contact-us-jetpack-redirect @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +My Jetpack: Change Jetpack AI insterstitial contact link to Jetpack Redirect