Skip to content

Commit 280c78b

Browse files
committed
chore(merge conflicts): Also Fixes #486, #483, #482
1 parent 163f3e4 commit 280c78b

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

src/components/SocialBanner.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ import {useRef, useEffect} from 'react';
77
import cn from 'classnames';
88
import {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.';
1611
const bannerLink = 'https://conf.react.dev/';
17-
const bannerLinkText = 'Learn more.';
18-
>>>>>>> 35530eea4bb8ba2567c1f57f1ccf730cc89b76de
12+
const bannerLinkText = 'Maggiori informazioni.';
1913

2014
export default function SocialBanner() {
2115
const ref = useRef<HTMLDivElement | null>(null);

src/content/reference/react/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)