Skip to content

Commit 90e8ba6

Browse files
committed
Update some text
1 parent dc1f776 commit 90e8ba6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

beta/src/content/learn/start-a-new-react-project.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ npx create-expo-app
6262

6363
If you're new to Expo, check out the [Expo tutorial](https://docs.expo.dev/tutorial/introduction/).
6464

65-
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.
66-
65+
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.
6766

6867
<DeepDive>
6968

src/components/SocialBanner/SocialBanner.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import React from 'react';
1010
import {colors, media} from 'theme';
1111

1212
const linkProps = {
13-
href: 'https://beta.reactjs.org',
13+
href: 'https://react.dev/blog/2023/03/16/introducing-react-dev',
1414
target: '_blank',
1515
rel: 'noopener',
1616
};
1717

18-
const bannerText = 'Try out a preview of the new React Docs!';
19-
const bannerLink = '👉 beta.reactjs.org';
18+
const bannerText = 'This site is no longer updated.';
19+
const bannerLink = 'Go to react.dev';
2020

2121
export default function SocialBanner() {
2222
return (

0 commit comments

Comments
 (0)