diff --git a/config/gni/devtools_grd_files.gni b/config/gni/devtools_grd_files.gni index 80df96a7e71..a0271daefe0 100644 --- a/config/gni/devtools_grd_files.gni +++ b/config/gni/devtools_grd_files.gni @@ -237,7 +237,6 @@ grd_files_release_sources = [ "front_end/Images/psychiatry.svg", "front_end/Images/react_native/learn-debugging-basics.jpg", "front_end/Images/react_native/learn-native-debugging.jpg", - "front_end/Images/react_native/whats-new-083.jpg", "front_end/Images/react_native/learn-react-native-devtools.jpg", "front_end/Images/react_native/welcomeIcon.png", "front_end/Images/record-start.svg", diff --git a/config/gni/devtools_image_files.gni b/config/gni/devtools_image_files.gni index 874faad6a73..261cf0870c7 100644 --- a/config/gni/devtools_image_files.gni +++ b/config/gni/devtools_image_files.gni @@ -18,7 +18,6 @@ devtools_image_files = [ "popoverArrows.png", "react_native/learn-debugging-basics.jpg", "react_native/learn-native-debugging.jpg", - "react_native/whats-new-083.jpg", "react_native/learn-react-native-devtools.jpg", "react_native/welcomeIcon.png", "toolbarResizerVertical.png", diff --git a/front_end/Images/react_native/whats-new-083.jpg b/front_end/Images/react_native/whats-new-083.jpg deleted file mode 100644 index 969df54a303..00000000000 Binary files a/front_end/Images/react_native/whats-new-083.jpg and /dev/null differ diff --git a/front_end/panels/rn_welcome/RNWelcome.ts b/front_end/panels/rn_welcome/RNWelcome.ts index 8b15afa1846..b59c6ba7d52 100644 --- a/front_end/panels/rn_welcome/RNWelcome.ts +++ b/front_end/panels/rn_welcome/RNWelcome.ts @@ -40,10 +40,6 @@ const UIStrings = { docsNativeDebugging: 'Native Debugging', /** @description "Native Debugging" item detail */ docsNativeDebuggingDetail: 'Find out more about native debugging tools', - /** @description Title for the "What's New" highlighted item */ - whatsNewHighlightTitle: 'React Native 0.83 - Performance & Network debugging, improved desktop experience', - /** @description Detail for the "What's New" highlighted item */ - whatsNewHighlightDetail: 'Learn about the latest debugging features in 0.83', } as const; const str_ = i18n.i18n.registerUIStrings('panels/rn_welcome/RNWelcome.ts', UIStrings); @@ -131,10 +127,6 @@ export class RNWelcomeImpl extends UI.Widget.VBox implements '../../Images/react_native/welcomeIcon.png', import.meta.url, ).toString(); - const whatsNewImageUrl = new URL( - '../../Images/react_native/whats-new-083.jpg', - import.meta.url, - ).toString(); const docsImage1Url = new URL( '../../Images/react_native/learn-debugging-basics.jpg', import.meta.url, @@ -196,16 +188,6 @@ export class RNWelcomeImpl extends UI.Widget.VBox implements ${showDocs ? html`
-
-

What's new

- -

Learn