Skip to content

Commit 2ec7078

Browse files
committed
fix src/pages/jsx-compiler.html.js
1 parent 2bf64f0 commit 2ec7078

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/pages/jsx-compiler.html.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ const JsxCompiler = ({location}: Props) => (
2929
</strong>
3030
</p>
3131
<p>
32-
<<<<<<< HEAD
3332
Egy másik eszköz használatát ajánljuk, mint például{' '}
34-
<a href="https://babeljs.io/repl/">a Babel REPL</a>.
35-
=======
36-
We recommend using another tool such as{' '}
37-
<a href="https://babeljs.io/repl">the Babel REPL</a>.
38-
>>>>>>> fb382ccb13e30e0d186b88ec357bb51e91de6504
33+
<a href="https://babeljs.io/repl">a Babel REPL</a>.
3934
</p>
4035
</div>
4136
</div>

0 commit comments

Comments
 (0)