From fd75d212ca48b30361b24de230fa449963cf874c Mon Sep 17 00:00:00 2001 From: Mykola Volosetskyy Date: Mon, 11 Mar 2024 19:08:21 -0400 Subject: [PATCH 1/2] change: replace twitter with x --- .../Libraries/NewAppScreen/components/LearnMoreLinks.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js b/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js index cff854bcca79..6e8145bf088c 100644 --- a/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js +++ b/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js @@ -74,10 +74,10 @@ const links = [ }, { id: 9, - title: 'Follow us on Twitter', - link: 'https://twitter.com/reactnative', + title: 'Follow us on X', + link: 'https://x.com/reactnative', description: - 'Stay in touch with the community, join in on Q&As and more by following React Native on Twitter.', + 'Stay in touch with the community, join in on Q&As and more by following React Native on X.', }, ]; From f0b3ffdc121adf6f3afdfd65f655fae06492748a Mon Sep 17 00:00:00 2001 From: Mykola Volosetskyy Date: Tue, 12 Mar 2024 16:56:07 -0400 Subject: [PATCH 2/2] task: simplify title --- .../Libraries/NewAppScreen/components/LearnMoreLinks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js b/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js index 6e8145bf088c..27195e3c4a20 100644 --- a/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js +++ b/packages/react-native/Libraries/NewAppScreen/components/LearnMoreLinks.js @@ -74,7 +74,7 @@ const links = [ }, { id: 9, - title: 'Follow us on X', + title: 'Follow us', link: 'https://x.com/reactnative', description: 'Stay in touch with the community, join in on Q&As and more by following React Native on X.',