Skip to content

Commit

Permalink
fix: add spacing bwtween markdown (#1082)
Browse files Browse the repository at this point in the history
* fix: add spacing bwtween markdown

* Update src/content/learn/describing-the-ui.md

Co-authored-by: 루밀LuMir <[email protected]>

* Update src/content/learn/describing-the-ui.md

Co-authored-by: 루밀LuMir <[email protected]>

---------

Co-authored-by: 루밀LuMir <[email protected]>
  • Loading branch information
datoybi and lumirlumir authored Oct 15, 2024
1 parent 31262c8 commit b4929a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/describing-the-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ React 렌더 트리 예시

<LearnMore path="/learn/understanding-your-ui-as-a-tree">

React 앱을 위한 렌더, 모듈 의존성 트리를 생성하는 법과 사용자 경험과 성능을 향상하기 위한 유용한 사고방식을 알고 싶은 경우 **[트리로서의 UI](/learn/understanding-your-ui-as-a-tree)** 읽어보세요.
React 앱을 위한 렌더, 모듈 의존성 트리를 생성하는 법과 사용자 경험과 성능을 향상하기 위한 유용한 사고방식을 알고 싶은 경우 <strong>[트리로서의 UI](/learn/understanding-your-ui-as-a-tree)</strong>를 읽어보세요.

</LearnMore>

Expand Down

0 comments on commit b4929a0

Please sign in to comment.