Skip to content

Commit

Permalink
chore: merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro De Blasis <[email protected]>
  • Loading branch information
deblasis committed May 20, 2024
1 parent 89e5f28 commit 73e36b5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,5 @@ yarn-error.log*
# external fonts
public/fonts/**/Optimistic_*.woff2

<<<<<<< HEAD
# typegen files
*.typegen.ts
=======
# rss
public/rss.xml
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142
30 changes: 0 additions & 30 deletions src/components/Layout/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,37 +174,7 @@ export function Page({
)}>
{!isHomePage && (
<div className="w-full px-5 pt-10 mx-auto sm:px-12 md:px-12 md:pt-12 lg:pt-10">
<<<<<<< HEAD
{
<hr className="mx-auto max-w-7xl border-border dark:border-border-dark" />
}
{showSurvey && (
<>
<div className="flex flex-col items-center p-4 m-4">
<p className="mb-4 text-lg font-bold text-primary dark:text-primary-dark">
Ti sta piacendo questa documentazione?
</p>
<div>
<ButtonLink
href="https://www.surveymonkey.co.uk/r/PYRPF3X"
className="mt-1"
type="primary"
size="md"
target="_blank">
Partecipa al nostro sondaggio!
<IconNavArrow
displayDirection="end"
className="inline ms-1"
/>
</ButtonLink>
</div>
</div>
<hr className="mx-auto max-w-7xl border-border dark:border-border-dark" />
</>
)}
=======
<hr className="mx-auto max-w-7xl border-border dark:border-border-dark" />
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142
</div>
)}
<div
Expand Down
6 changes: 1 addition & 5 deletions src/components/SocialBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ import {useRef, useEffect} from 'react';
import cn from 'classnames';
import {ExternalLink} from './ExternalLink';

<<<<<<< HEAD
const bannerText = 'Unisciti a noi per il React Conf il 15-16 Maggio.';
=======
const bannerText = 'Stream React Conf on May 15-16.';
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142
const bannerText = 'Guarda lo Stream di React Conf il 15-16 Maggio.';
const bannerLink = 'https://conf.react.dev/';
const bannerLinkText = 'Maggiori informazioni.';

Expand Down
4 changes: 0 additions & 4 deletions src/content/learn/tutorial-tic-tac-toe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2915,8 +2915,4 @@ Se hai tempo extra o vuoi mettere in pratica le tue nuove abilità di React, ecc
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).
1. Visualizza la posizione di ciascuna mossa nel formato (riga, colonna) nell'elenco della cronologia delle mosse.
<<<<<<< HEAD
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.
=======
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.
>>>>>>> 9967ded394d85af74e0ecdbf00feeb7921a28142
9 changes: 1 addition & 8 deletions src/content/reference/react/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,10 @@ La documentazione di riferimento su React è suddivisa in sottosezioni funzional

Funzionalità React programmatiche:

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

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

Expand Down

0 comments on commit 73e36b5

Please sign in to comment.