We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2180a3 commit 37a8d64Copy full SHA for 37a8d64
src/components/SocialBanner.tsx
@@ -7,7 +7,7 @@ import {useRef, useEffect} from 'react';
7
import cn from 'classnames';
8
import {ExternalLink} from './ExternalLink';
9
10
-const bannerText = 'Join us for React Conf on May 15-16.';
+const bannerText = 'Stream React Conf on May 15-16.';
11
const bannerLink = 'https://conf.react.dev/';
12
const bannerLinkText = 'Learn more.';
13
0 commit comments