File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,9 @@ import {useRef, useEffect} from 'react';
77import cn from 'classnames' ;
88import { ExternalLink } from './ExternalLink' ;
99
10- < < << << < HEAD
11- const bannerText = "Supporta l'Ucraina 🇺🇦" ;
12- const bannerLink = 'https://opensource.fb.com/support-ukraine' ;
13- const bannerLinkText = "Aiuta a fornire aiuto umanitario all'Ucraina" ;
14- = === ===
15- const bannerText = 'Join us for React Conf on May 15-16.' ;
10+ const bannerText = 'Unisciti a noi per il React Conf il 15-16 Maggio.' ;
1611const bannerLink = 'https://conf.react.dev/' ;
17- const bannerLinkText = 'Learn more.' ;
18- > >>> >>> 35530 eea4bb8ba2567c1f57f1ccf730cc89b76de
12+ const bannerLinkText = 'Maggiori informazioni.' ;
1913
2014export default function SocialBanner ( ) {
2115 const ref = useRef < HTMLDivElement | null > ( null ) ;
Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ Questa sezione fornisce una documentazione di riferimento dettagliata per lavora
88
99</Intro >
1010
11- <<<<<<< HEAD
12- La nostra documentazione di riferimento su React è suddivisa in sottosezioni funzionali:
13- =======
14- The React reference documentation is broken down into functional subsections:
15- >>>>>>> 35530eea4bb8ba2567c1f57f1ccf730cc89b76de
11+ La documentazione di riferimento su React è suddivisa in sottosezioni funzionali:
1612
1713## React {/* react* /}
1814
You can’t perform that action at this time.
0 commit comments