diff --git a/beta/src/content/learn/start-a-new-react-project.md b/beta/src/content/learn/start-a-new-react-project.md index bba7a869..36123e2b 100644 --- a/beta/src/content/learn/start-a-new-react-project.md +++ b/beta/src/content/learn/start-a-new-react-project.md @@ -62,8 +62,7 @@ npx create-expo-app If you're new to Expo, check out the [Expo tutorial](https://docs.expo.dev/tutorial/introduction/). -Expo is maintained by [Expo (the company)](https://expo.dev/about). Building apps with Expo is free, and you can submit them to the App Stores without any restrictions. Expo additionally provides opt-in paid cloud services. - +Expo is maintained by [Expo (the company)](https://expo.dev/about). Building apps with Expo is free, and you can submit them to the Google and Apple app stores without restrictions. Expo additionally provides opt-in paid cloud services. diff --git a/src/components/SocialBanner/SocialBanner.js b/src/components/SocialBanner/SocialBanner.js index 23613013..0c4320e1 100644 --- a/src/components/SocialBanner/SocialBanner.js +++ b/src/components/SocialBanner/SocialBanner.js @@ -10,13 +10,13 @@ import React from 'react'; import {colors, media} from 'theme'; const linkProps = { - href: 'https://beta.reactjs.org', + href: 'https://react.dev/blog/2023/03/16/introducing-react-dev', target: '_blank', rel: 'noopener', }; -const bannerText = 'Try out a preview of the new React Docs!'; -const bannerLink = '👉 beta.reactjs.org'; +const bannerText = 'This site is no longer updated.'; +const bannerLink = 'Go to react.dev'; export default function SocialBanner() { return (