Browse Source

Update some text

main
Dan Abramov 2 years ago
parent
commit
90e8ba6497
  1. 3
      beta/src/content/learn/start-a-new-react-project.md
  2. 6
      src/components/SocialBanner/SocialBanner.js

3
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/). 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.
<DeepDive> <DeepDive>

6
src/components/SocialBanner/SocialBanner.js

@ -10,13 +10,13 @@ import React from 'react';
import {colors, media} from 'theme'; import {colors, media} from 'theme';
const linkProps = { const linkProps = {
href: 'https://beta.reactjs.org', href: 'https://react.dev/blog/2023/03/16/introducing-react-dev',
target: '_blank', target: '_blank',
rel: 'noopener', rel: 'noopener',
}; };
const bannerText = 'Try out a preview of the new React Docs!'; const bannerText = 'This site is no longer updated.';
const bannerLink = '👉 beta.reactjs.org'; const bannerLink = 'Go to react.dev';
export default function SocialBanner() { export default function SocialBanner() {
return ( return (

Loading…
Cancel
Save