Skip to content

Commit 73e36b5

Browse files
committed
chore: merge conflicts
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
1 parent 89e5f28 commit 73e36b5

File tree

5 files changed

+2
-52
lines changed

5 files changed

+2
-52
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,5 @@ yarn-error.log*
3737
# external fonts
3838
public/fonts/**/Optimistic_*.woff2
3939

40-
<<<<<<< HEAD
41-
# typegen files
42-
*.typegen.ts
43-
=======
4440
# rss
4541
public/rss.xml
46-
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142

src/components/Layout/Page.tsx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -174,37 +174,7 @@ export function Page({
174174
)}>
175175
{!isHomePage && (
176176
<div className="w-full px-5 pt-10 mx-auto sm:px-12 md:px-12 md:pt-12 lg:pt-10">
177-
<<<<<<< HEAD
178-
{
179-
<hr className="mx-auto max-w-7xl border-border dark:border-border-dark" />
180-
}
181-
{showSurvey && (
182-
<>
183-
<div className="flex flex-col items-center p-4 m-4">
184-
<p className="mb-4 text-lg font-bold text-primary dark:text-primary-dark">
185-
Ti sta piacendo questa documentazione?
186-
</p>
187-
<div>
188-
<ButtonLink
189-
href="https://www.surveymonkey.co.uk/r/PYRPF3X"
190-
className="mt-1"
191-
type="primary"
192-
size="md"
193-
target="_blank">
194-
Partecipa al nostro sondaggio!
195-
<IconNavArrow
196-
displayDirection="end"
197-
className="inline ms-1"
198-
/>
199-
</ButtonLink>
200-
</div>
201-
</div>
202-
<hr className="mx-auto max-w-7xl border-border dark:border-border-dark" />
203-
</>
204-
)}
205-
=======
206177
<hr className="mx-auto max-w-7xl border-border dark:border-border-dark" />
207-
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142
208178
</div>
209179
)}
210180
<div

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 = 'Unisciti a noi per il React Conf il 15-16 Maggio.';
12-
=======
13-
const bannerText = 'Stream React Conf on May 15-16.';
14-
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142
10+
const bannerText = 'Guarda lo Stream di React Conf il 15-16 Maggio.';
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
@@ -2915,8 +2915,4 @@ Se hai tempo extra o vuoi mettere in pratica le tue nuove abilità di React, ecc
29152915
1. Quando qualcuno vince, evidenzia i tre quadrati che hanno causato la vittoria (e quando nessuno vince, mostra un messaggio che indica che il risultato è un pareggio).
29162916
1. Visualizza la posizione di ciascuna mossa nel formato (riga, colonna) nell'elenco della cronologia delle mosse.
29172917
2918-
<<<<<<< HEAD
29192918
Durante questo tutorial, hai toccato i concetti di React inclusi elementi, componenti, props e state. Ora che hai visto come funzionano questi concetti durante la creazione di un gioco, dai un'occhiata a [Pensare in React](/learn/thinking-in-react) per vedere come funzionano gli stessi concetti di React durante la creazione della UI di un'app.
2920-
=======
2921-
Throughout this tutorial, you've touched on React concepts including elements, components, props, and state. Now that you've seen how these concepts work when building a game, check out [Thinking in React](/learn/thinking-in-react) to see how the same React concepts work when building an app's UI.
2922-
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142

src/content/reference/react/index.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,10 @@ La documentazione di riferimento su React è suddivisa in sottosezioni funzional
1414

1515
Funzionalità React programmatiche:
1616

17-
<<<<<<< HEAD
1817
* [Hooks](/reference/react/hooks) - Utilizza diverse funzionalità di React dai tuoi componenti.
1918
* [Componenti](/reference/react/components) - Documenta i componenti integrati che puoi utilizzare nel tuo JSX.
2019
* [API](/reference/react/apis) - API utili per la definizione dei componenti.
21-
* [Direttive](/reference/react/directives) - Fornisce istruzioni ai bundler compatibili con React Server Components.
22-
=======
23-
* [Hooks](/reference/react/hooks) - Use different React features from your components.
24-
* [Components](/reference/react/components) - Documents built-in components that you can use in your JSX.
25-
* [APIs](/reference/react/apis) - APIs that are useful for defining components.
26-
* [Directives](/reference/rsc/directives) - Provide instructions to bundlers compatible with React Server Components.
27-
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142
20+
* [Direttive](/reference/rsc/directives) - Fornisce istruzioni ai bundler compatibili con React Server Components.
2821

2922
## React DOM {/*react-dom*/}
3023

0 commit comments

Comments
 (0)