Skip to content

Commit ed283d8

Browse files
authored
Translate Your first component (#294)
1 parent 048eed9 commit ed283d8

File tree

4 files changed

+430
-434
lines changed

4 files changed

+430
-434
lines changed

beta/src/pages/learn/describing-the-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ img {
5555

5656
<LearnMore path="/learn/your-first-component">
5757

58-
Read **[Your First Component](/learn/your-first-component)** to learn how to declare and use React components.
58+
Read **[Twój pierwszy komponent](/learn/your-first-component)** to learn how to declare and use React components.
5959

6060
</LearnMore>
6161

@@ -521,6 +521,6 @@ Read **[Keeping Components Pure](/learn/keeping-components-pure)** to learn how
521521
522522
## What's next? {/_whats-next_/}
523523
524-
Head over to [Your First Component](/learn/your-first-component) to start reading this chapter page by page!
524+
Head over to [Twój pierwszy komponent](/learn/your-first-component) to start reading this chapter page by page!
525525
526526
Or, if you're already familiar with these topics, why not read about [Adding Interactivity](/learn/adding-interactivity)?

beta/src/pages/learn/importing-and-exporting-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Importing and Exporting Components
2+
title: Importowanie i eksportowanie komponentów
33
---
44

55
<Intro>
@@ -20,7 +20,7 @@ The magic of components lies in their reusability: you can create components tha
2020

2121
## The root component file {/*the-root-component-file*/}
2222

23-
In [Your First Component](/learn/your-first-component), you made a `Profile` component and a `Gallery` component that renders it:
23+
In [Twój pierwszy komponent](/learn/your-first-component), you made a `Profile` component and a `Gallery` component that renders it:
2424

2525
<Sandpack>
2626

0 commit comments

Comments
 (0)