Skip to content

Commit 94408f3

Browse files
author
Jakub Drozdek
committed
Resolve merge conflicts
1 parent d7aab6d commit 94408f3

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

content/footerNav.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ channels:
2929
- title: Fora dyskusyjne
3030
to: https://reactjs.org/community/support.html#popular-discussion-forums
3131
external: true
32-
<<<<<<< HEAD
3332
- title: Czat Reactiflux
34-
to: https://discord.gg/0ZcbPKXt5bZjGY5n
35-
=======
36-
- title: Reactiflux Chat
3733
to: https://discord.gg/reactiflux
38-
>>>>>>> 647b639259919f96e9b667bf41ec16621e1b84dc
3934
external: true
4035
- title: Społeczność portalu DEV
4136
to: https://dev.to/t/react

content/tutorial/tutorial.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,7 @@ Zalecamy wykonanie [tych instrukcji](https://babeljs.io/docs/editors/). Pozwoli
116116

117117
### Pomocy, nie wiem, co robić! {#help-im-stuck}
118118

119-
<<<<<<< HEAD
120-
Jeśli w którymś momencie się zgubisz, przejrzyj [listę źródeł wsparcia od społeczności](/community/support.html). Zwłaszcza [Reactiflux Chat](https://discord.gg/0ZcbPKXt5bZjGY5n) jest znany z szybkiego udzielania pomocy. Jeśli mimo wszystko nie otrzymasz odpowiedzi lub nadal masz z czymś problem, zgłoś nam to, a spróbujemy ci jakoś pomóc.
121-
=======
122-
If you get stuck, check out the [community support resources](/community/support.html). In particular, [Reactiflux Chat](https://discord.gg/reactiflux) is a great way to get help quickly. If you don't receive an answer, or if you remain stuck, please file an issue, and we'll help you out.
123-
>>>>>>> 647b639259919f96e9b667bf41ec16621e1b84dc
119+
Jeśli w którymś momencie się zgubisz, przejrzyj [listę źródeł wsparcia od społeczności](/community/support.html). Zwłaszcza [Reactiflux Chat](https://discord.gg/reactiflux) jest znany z szybkiego udzielania pomocy. Jeśli mimo wszystko nie otrzymasz odpowiedzi lub nadal masz z czymś problem, zgłoś nam to, a spróbujemy ci jakoś pomóc.
124120

125121
## Przegląd {#overview}
126122

src/site-constants.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77

88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
10-
<<<<<<< HEAD
1110
const urlRoot = 'https://pl.reactjs.org';
12-
const version = '16.9.0';
13-
=======
14-
const urlRoot = 'https://reactjs.org';
1511
const version = '16.10.0';
16-
>>>>>>> 647b639259919f96e9b667bf41ec16621e1b84dc
1712
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1813

1914
export {babelURL, urlRoot, version};

0 commit comments

Comments
 (0)