diff --git a/client/a8c-for-agencies/sections/marketplace/checkout/index.tsx b/client/a8c-for-agencies/sections/marketplace/checkout/index.tsx index d26615f3224894..9e3d937f346fb5 100644 --- a/client/a8c-for-agencies/sections/marketplace/checkout/index.tsx +++ b/client/a8c-for-agencies/sections/marketplace/checkout/index.tsx @@ -219,7 +219,6 @@ function Checkout( { isClient, referralBlogId }: Props ) { title={ title } wide withBorder={ ! isClient } - compact sidebarNavigation={ ! isClient && } > { isClient ? null : ( diff --git a/client/a8c-for-agencies/sections/marketplace/hosting-overview/index.tsx b/client/a8c-for-agencies/sections/marketplace/hosting-overview/index.tsx index 6ad1306a59fc1e..27d79fee989832 100644 --- a/client/a8c-for-agencies/sections/marketplace/hosting-overview/index.tsx +++ b/client/a8c-for-agencies/sections/marketplace/hosting-overview/index.tsx @@ -78,7 +78,6 @@ function Hosting( { section }: Props ) { title={ isNarrowView ? translate( 'Hosting' ) : translate( 'Hosting Marketplace' ) } wide withBorder - compact > diff --git a/client/a8c-for-agencies/sections/marketplace/pressable-overview/index.tsx b/client/a8c-for-agencies/sections/marketplace/pressable-overview/index.tsx index dd1ea1fe009552..ff65e9cb2a2ed9 100644 --- a/client/a8c-for-agencies/sections/marketplace/pressable-overview/index.tsx +++ b/client/a8c-for-agencies/sections/marketplace/pressable-overview/index.tsx @@ -75,7 +75,6 @@ function PressableOverview() { title={ translate( 'Pressable hosting' ) } wide withBorder - compact > diff --git a/client/a8c-for-agencies/sections/marketplace/products-overview/index.tsx b/client/a8c-for-agencies/sections/marketplace/products-overview/index.tsx index c360f6be78d8c3..c0c40902e0533a 100644 --- a/client/a8c-for-agencies/sections/marketplace/products-overview/index.tsx +++ b/client/a8c-for-agencies/sections/marketplace/products-overview/index.tsx @@ -84,7 +84,6 @@ function ProductsOverview( { siteId, suggestedProduct, productBrand, searchQuery title={ translate( 'Product Marketplace' ) } wide withBorder - compact > diff --git a/client/a8c-for-agencies/sections/marketplace/wpcom-overview/index.tsx b/client/a8c-for-agencies/sections/marketplace/wpcom-overview/index.tsx index 92f005d29a99e6..1c7234d9b0dfb2 100644 --- a/client/a8c-for-agencies/sections/marketplace/wpcom-overview/index.tsx +++ b/client/a8c-for-agencies/sections/marketplace/wpcom-overview/index.tsx @@ -105,7 +105,7 @@ function WpcomOverview() { const WPCOM_PRICING_PAGE_LINK = 'https://wordpress.com/pricing/'; return ( - + + { title } diff --git a/client/a8c-for-agencies/sections/team/primary/get-started/index.tsx b/client/a8c-for-agencies/sections/team/primary/get-started/index.tsx index 0046eb37bfb5ef..35c922dad55f79 100644 --- a/client/a8c-for-agencies/sections/team/primary/get-started/index.tsx +++ b/client/a8c-for-agencies/sections/team/primary/get-started/index.tsx @@ -31,7 +31,7 @@ export default function GetStarted() { }; return ( - + { title } diff --git a/client/a8c-for-agencies/sections/team/primary/team-accept-invite/index.tsx b/client/a8c-for-agencies/sections/team/primary/team-accept-invite/index.tsx index 66adc715aec6e3..7c5cf4a4083758 100644 --- a/client/a8c-for-agencies/sections/team/primary/team-accept-invite/index.tsx +++ b/client/a8c-for-agencies/sections/team/primary/team-accept-invite/index.tsx @@ -104,12 +104,7 @@ export default function TeamAcceptInvite( { agencyId, inviteId, secret }: Props } return ( - + { title } diff --git a/client/a8c-for-agencies/sections/team/primary/team-invite/index.tsx b/client/a8c-for-agencies/sections/team/primary/team-invite/index.tsx index 06f0e3dc49c5ac..84b40dfa9a16b3 100644 --- a/client/a8c-for-agencies/sections/team/primary/team-invite/index.tsx +++ b/client/a8c-for-agencies/sections/team/primary/team-invite/index.tsx @@ -82,7 +82,7 @@ export default function TeamInvite() { }, [] ); return ( - + + { title }