Skip to content

Commit 37a8d64

Browse files
authored
Update SocialBanner.tsx (#6763)
Tickets are sold out, update the text.
1 parent c2180a3 commit 37a8d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SocialBanner.tsx

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

0 commit comments

Comments
 (0)