Skip to content

Commit c499416

Browse files
committed
Resolve conflicts
1 parent bc13936 commit c499416

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

content/docs/conditional-rendering.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@ Változók deklarálása és `if` utasítások használata teljesen rendben van
122122

123123
### Helyben kifejtett if logikai && operátorral {#inline-if-with-logical--operator}
124124

125-
<<<<<<< HEAD
126125
Kapcsos zárójelekkel bármilyen [kifejezést JSX-be tudsz ágyazni](/docs/introducing-jsx.html#embedding-expressions-in-jsx). Ez magába foglalja a logikai `&&` operátort is. Hasznos lehet ha egy elemet feltételesen szeretnénk mutatni:
127-
=======
128-
You may [embed expressions in JSX](/docs/introducing-jsx.html#embedding-expressions-in-jsx) by wrapping them in curly braces. This includes the JavaScript logical `&&` operator. It can be handy for conditionally including an element:
129-
>>>>>>> ee75c297574468f888574aae2d9620d64bb5b5a1
130126

131127
```js{6-10}
132128
function Mailbox(props) {

src/pages/acknowledgements.html.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,9 @@ const Acknowlegements = ({data, location}) => (
6868
<a href="https://github.com/react">react</a> szervezet nevet GitHubon.
6969
</li>
7070
<li>
71-
<<<<<<< HEAD
7271
<a href="https://github.com/voronianski">Dmitri Voronianski</a>nak,{' '}
7372
hogy használhatjuk az{' '}
74-
<a href="https://labs.voronianski.com/oceanic-next-color-scheme/">
75-
=======
76-
<a href="https://github.com/voronianski">Dmitri Voronianski</a>{' '}
77-
for letting us use the{' '}
7873
<a href="https://labs.voronianski.dev/oceanic-next-color-scheme/">
79-
>>>>>>> ee75c297574468f888574aae2d9620d64bb5b5a1
8074
Oceanic Next
8175
</a>{' '}
8276
színsémát ezen az oldalon.

0 commit comments

Comments
 (0)