mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 07:14:59 +00:00
Update some text
This commit is contained in:
@@ -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.
|
||||
|
||||
<DeepDive>
|
||||
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user