diff --git a/client/components/jetpack/wpcom-business-at/index.tsx b/client/components/jetpack/wpcom-business-at/index.tsx index 728be745a869..19cb2b701065 100644 --- a/client/components/jetpack/wpcom-business-at/index.tsx +++ b/client/components/jetpack/wpcom-business-at/index.tsx @@ -17,6 +17,7 @@ import WarningList from 'calypso/blocks/eligibility-warnings/warning-list'; import DocumentHead from 'calypso/components/data/document-head'; import QueryAutomatedTransferEligibility from 'calypso/components/data/query-atat-eligibility'; import QuerySiteFeatures from 'calypso/components/data/query-site-features'; +import JetpackFooter from 'calypso/components/jetpack/jetpack-footer'; import WhatIsJetpack from 'calypso/components/jetpack/what-is-jetpack'; import JetpackTitle from 'calypso/components/jetpack-title'; import Main from 'calypso/components/main'; @@ -296,6 +297,7 @@ export default function WPCOMBusinessAT( {

{ translate( 'Loading…' ) }

+ { ! isJetpackCloud() && } ); } @@ -359,6 +361,7 @@ export default function WPCOMBusinessAT( { { ! isJetpackCloud() && } + { ! isJetpackCloud() && } { ) } + { isWpcom && } ); diff --git a/client/my-sites/backup/wpcom-backup-upsell.tsx b/client/my-sites/backup/wpcom-backup-upsell.tsx index 8e508ea509a9..b7508121a43c 100644 --- a/client/my-sites/backup/wpcom-backup-upsell.tsx +++ b/client/my-sites/backup/wpcom-backup-upsell.tsx @@ -12,6 +12,7 @@ import JetpackBackupSVG from 'calypso/assets/images/illustrations/jetpack-backup import VaultPressLogo from 'calypso/assets/images/jetpack/vaultpress-logo.svg'; import DocumentHead from 'calypso/components/data/document-head'; import JetpackDisconnectedWPCOM from 'calypso/components/jetpack/jetpack-disconnected-wpcom'; +import JetpackFooter from 'calypso/components/jetpack/jetpack-footer'; import WhatIsJetpack from 'calypso/components/jetpack/what-is-jetpack'; import JetpackTitle from 'calypso/components/jetpack-title'; import Main from 'calypso/components/main'; @@ -291,6 +292,7 @@ export default function WPCOMUpsellPage( { reason }: { reason: string } ) { > { body } + ); } diff --git a/client/my-sites/backup/wpcom-upsell.tsx b/client/my-sites/backup/wpcom-upsell.tsx index 14833cdc91e5..a8f811659fd8 100644 --- a/client/my-sites/backup/wpcom-upsell.tsx +++ b/client/my-sites/backup/wpcom-upsell.tsx @@ -8,6 +8,7 @@ import { Page } from '@wordpress/admin-ui'; import { useTranslate } from 'i18n-calypso'; import JetpackBackupSVG from 'calypso/assets/images/illustrations/jetpack-backup.svg'; import DocumentHead from 'calypso/components/data/document-head'; +import JetpackFooter from 'calypso/components/jetpack/jetpack-footer'; import WhatIsJetpack from 'calypso/components/jetpack/what-is-jetpack'; import JetpackTitle from 'calypso/components/jetpack-title'; import Main from 'calypso/components/main'; @@ -114,6 +115,7 @@ export default function WPCOMUpsellPage() { + ); }