Skip to content

Commit 0e4063c

Browse files
authored
Merge pull request #43 from reactjs/sync-35530eea
Sync with react.dev @ 35530ee
2 parents ca61b5b + 206d6ed commit 0e4063c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SocialBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {useRef, useEffect} from 'react';
77
import cn from 'classnames';
88
import {ExternalLink} from './ExternalLink';
99

10-
const bannerText = 'Stream React Conf on May 15-16.';
10+
const bannerText = 'Join us for React Conf on May 15-16.';
1111
const bannerLink = 'https://conf.react.dev/';
1212
const bannerLinkText = 'Learn more.';
1313

0 commit comments

Comments
 (0)