File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ export function Footer() {
297
297
상호작용성 더하기
298
298
</ FooterLink >
299
299
< FooterLink href = "/learn/managing-state" > State 관리하기</ FooterLink >
300
- < FooterLink href = "/learn/escape-hatches" > Escape Hatches </ FooterLink >
300
+ < FooterLink href = "/learn/escape-hatches" > 탈출구 </ FooterLink >
301
301
</ div >
302
302
< div className = "flex flex-col" >
303
303
< FooterLink href = "/reference/react" isHeader = { true } >
Original file line number Diff line number Diff line change @@ -1014,4 +1014,4 @@ ul, li { margin: 0; padding: 0; }
1014
1014
1015
1015
이 장을 한 페이지씩 읽어보려면 [State를 사용해 Input 다루기](/learn/reacting-to-input-with-state)로 이동하세요!
1016
1016
1017
- 이 주제에 이미 익숙하다면 [해결책(Escape Hatches )](/learn/escape-hatches)에 대해서 읽어보는 것은 어떨까요?
1017
+ 이 주제에 이미 익숙하다면 [해결책(탈출구 )](/learn/escape-hatches)에 대해서 읽어보는 것은 어떨까요?
Original file line number Diff line number Diff line change 31
31
"path" : " /learn/managing-state"
32
32
},
33
33
{
34
- "title" : " Escape Hatches " ,
34
+ "title" : " 탈출구 " ,
35
35
"path" : " /learn/escape-hatches"
36
36
},
37
37
{
You can’t perform that action at this time.
0 commit comments