Skip to content

Commit c043ee5

Browse files
authored
fix: Escape hatches -> 탈출구 (#783)
1 parent 4bd97f6 commit c043ee5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/Layout/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export function Footer() {
297297
상호작용성 더하기
298298
</FooterLink>
299299
<FooterLink href="/learn/managing-state">State 관리하기</FooterLink>
300-
<FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink>
300+
<FooterLink href="/learn/escape-hatches">탈출구</FooterLink>
301301
</div>
302302
<div className="flex flex-col">
303303
<FooterLink href="/reference/react" isHeader={true}>

src/content/learn/managing-state.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,4 +1014,4 @@ ul, li { margin: 0; padding: 0; }
10141014
10151015
이 장을 한 페이지씩 읽어보려면 [State를 사용해 Input 다루기](/learn/reacting-to-input-with-state)로 이동하세요!
10161016
1017-
이 주제에 이미 익숙하다면 [해결책(Escape Hatches)](/learn/escape-hatches)에 대해서 읽어보는 것은 어떨까요?
1017+
이 주제에 이미 익숙하다면 [해결책(탈출구)](/learn/escape-hatches)에 대해서 읽어보는 것은 어떨까요?

src/sidebarHome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"path": "/learn/managing-state"
3232
},
3333
{
34-
"title": "Escape Hatches",
34+
"title": "탈출구",
3535
"path": "/learn/escape-hatches"
3636
},
3737
{

0 commit comments

Comments
 (0)