File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 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';
77import cn from 'classnames' ;
88import { ExternalLink } from './ExternalLink' ;
99
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. ' ;
1313
1414export default function SocialBanner ( ) {
1515 const ref = useRef < HTMLDivElement | null > ( null ) ;
@@ -39,9 +39,7 @@ export default function SocialBanner() {
3939 < ExternalLink
4040 className = "ms-0 sm:ms-1 text-link dark:text-link-dark hover:underline"
4141 href = { bannerLink } >
42- < div className = "inline sm:hidden" > 🇺🇦 </ div >
4342 { bannerLinkText }
44- < span className = "hidden sm:inline" > .</ span >
4543 </ ExternalLink >
4644 </ div >
4745 ) ;
You can’t perform that action at this time.
0 commit comments