We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca61b5b + 206d6ed commit 0e4063cCopy full SHA for 0e4063c
1 file changed
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 = 'Stream React Conf on May 15-16.';
+const bannerText = 'Join us for React Conf on May 15-16.';
11
const bannerLink = 'https://conf.react.dev/';
12
const bannerLinkText = 'Learn more.';
13
0 commit comments