Skip to content

Commit ebbad7b

Browse files
committed
remove prefered apps entry
1 parent cacbdff commit ebbad7b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/modules/whats-new/components/whats-new-modal.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ export default function WhatsNewModal( { showModal, onClose }: WhatsNewModalProp
9292
),
9393
learnMoreUrl: getLocalizedLink( locale, 'docsSync' ),
9494
},
95-
{
96-
image: preferredAppsIllustration,
97-
title: __( 'Choose your preferred apps' ),
98-
description: __(
99-
'Select your preferred code editor and terminal app in the redesigned Settings modal.'
100-
),
101-
learnMoreUrl: getLocalizedLink( locale, 'blogPreferredApps' ),
102-
},
10395
{
10496
image: cliIllustration,
10597
title: __( 'Introducing Studio CLI' ),

0 commit comments

Comments
 (0)