Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove prefered apps entry
  • Loading branch information
bcotrim committed Oct 30, 2025
commit ebbad7ba88d4ef82fe0cf787cce6949ca7d31e45
8 changes: 0 additions & 8 deletions src/modules/whats-new/components/whats-new-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@ export default function WhatsNewModal( { showModal, onClose }: WhatsNewModalProp
),
learnMoreUrl: getLocalizedLink( locale, 'docsSync' ),
},
{
image: preferredAppsIllustration,
title: __( 'Choose your preferred apps' ),
description: __(
'Select your preferred code editor and terminal app in the redesigned Settings modal.'
),
learnMoreUrl: getLocalizedLink( locale, 'blogPreferredApps' ),
},
{
image: cliIllustration,
title: __( 'Introducing Studio CLI' ),
Expand Down