Skip to content

Commit 4326396

Browse files
committed
chore: merge conflicts
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
1 parent 4e64eb5 commit 4326396

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/components/SocialBanner.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ import {useRef, useEffect} from 'react';
77
import cn from 'classnames';
88
import {ExternalLink} from './ExternalLink';
99

10-
<<<<<<< HEAD
11-
const bannerText = 'Guarda lo Stream di React Conf il 15-16 Maggio.';
12-
=======
13-
const bannerText = 'Join us for React Conf on Oct 7-8.';
14-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
10+
const bannerText = 'Unisciti a noi per React Conf il 7-8 ottobre.';
1511
const bannerLink = 'https://conf.react.dev/';
1612
const bannerLinkText = 'Maggiori informazioni.';
1713

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,11 +2247,7 @@ body {
22472247
22482248
</Sandpack>
22492249
2250-
<<<<<<< HEAD
22512250
Mentre scorri l'array `history` all'interno della funzione che hai passato a `map`, l'argomento `squares` passa attraverso ogni elemento di `history` e l'argomento `move` passa attraverso ogni indice dell'array: `0`, `1`, `2`, …. (Nella maggior parte dei casi, avresti bisogno degli elementi effettivi dell'array, ma per visualizzare un elenco di mosse avrai bisogno solo degli indici.)
2252-
=======
2253-
As you iterate through the `history` array inside the function you passed to `map`, the `squares` argument goes through each element of `history`, and the `move` argument goes through each array index: `0`, `1`, `2`, …. (In most cases, you'd need the actual array elements, but to render a list of moves you will only need indexes.)
2254-
>>>>>>> 55986965fbf69c2584040039c9586a01bd54eba7
22552251
22562252
Per ogni mossa nella cronologia del gioco ti tic-tac-toe, crei un elemento di elenco `<li>` che contiene un pulsante `<button>`. Il pulsante ha un handler `onClick` che chiama una funzione chiamata `jumpTo` (che non hai ancora implementato).
22572253

0 commit comments

Comments
 (0)