Skip to content

Commit ce703a5

Browse files
MaxWeisenJIB3377mhmaidi789dieunity
committed
Fixed formatting issues in the newly added babel config accordion view
Co-authored-by: Justin Baik <bij3377@gmail.com> Co-authored-by: Max Weisenberger <germanbluemax@gmail.com> Co-authored-by: Mo Hmaidi <mhmaidi789@gmail.com> Co-authored-by: Dieu Huynh <dieuhhuynh@gmail.com>
1 parent 6307e25 commit ce703a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/Modals/Modal.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,14 @@ const Modal = ({
195195
</div>
196196
</pre>
197197
</div>
198-
<div>and includes the following code:<br/></div>
198+
<div>
199+
and includes the following code:
200+
<br />
201+
</div>
199202
<pre>
200203
<div className="code-wrapper">
201204
<code>
202-
{`module.exports = {presets: ['@babel/preset-env', '@babel/preset-react']}`};
205+
{`module.exports = {presets: ['@babel/preset-env', '@babel/preset-react']}`};
203206
</code>
204207
</div>
205208
</pre>

0 commit comments

Comments
 (0)