Skip to content

Commit c62d722

Browse files
committed
Layout fix for blog
1 parent 0fd3151 commit c62d722

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/blog/ace-the-javascript-interview.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,9 @@ Explaining the above statement: Debouce is used when one wants to delay some ope
930930

931931
Lets take an example:
932932

933-
<HighlightBox>Codesandbox:</HighlightBox> [Manu Arora's create username debounce
933+
<HighlightBox>Codesandbox:</HighlightBox>{" "}
934+
935+
[Manu Arora's create username debounce
934936
example](https://codesandbox.io/s/proud-surf-uiu2v?file=/src/index.js)
935937

936938
```js

0 commit comments

Comments
 (0)