File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import {useRef, useEffect} from 'react';
7
7
import cn from 'classnames' ;
8
8
import { ExternalLink } from './ExternalLink' ;
9
9
10
- const bannerText = 'Support Ukraine 🇺🇦 ' ;
11
- const bannerLink = 'https://opensource.fb.com/support-ukraine ' ;
12
- const bannerLinkText = 'Help Provide Humanitarian Aid to Ukraine ' ;
10
+ const bannerText = 'Join us for React Conf on May 15-16. ' ;
11
+ const bannerLink = 'https://conf.react.dev/ ' ;
12
+ const bannerLinkText = 'Learn more. ' ;
13
13
14
14
export default function SocialBanner ( ) {
15
15
const ref = useRef < HTMLDivElement | null > ( null ) ;
@@ -39,9 +39,7 @@ export default function SocialBanner() {
39
39
< ExternalLink
40
40
className = "ms-0 sm:ms-1 text-link dark:text-link-dark hover:underline"
41
41
href = { bannerLink } >
42
- < div className = "inline sm:hidden" > 🇺🇦 </ div >
43
42
{ bannerLinkText }
44
- < span className = "hidden sm:inline" > .</ span >
45
43
</ ExternalLink >
46
44
</ div >
47
45
) ;
You can’t perform that action at this time.
0 commit comments