Skip to content

fix: Escape hatches -> 탈출구 #738 #783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export function Footer() {
상호작용성 더하기
</FooterLink>
<FooterLink href="/learn/managing-state">State 관리하기</FooterLink>
<FooterLink href="/learn/escape-hatches">Escape Hatches</FooterLink>
<FooterLink href="/learn/escape-hatches">탈출구</FooterLink>
</div>
<div className="flex flex-col">
<FooterLink href="/reference/react" isHeader={true}>
Expand Down
2 changes: 1 addition & 1 deletion src/content/learn/managing-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,4 +1014,4 @@ ul, li { margin: 0; padding: 0; }
이 장을 한 페이지씩 읽어보려면 [State를 사용해 Input 다루기](/learn/reacting-to-input-with-state)로 이동하세요!
이 주제에 이미 익숙하다면 [해결책(Escape Hatches)](/learn/escape-hatches)에 대해서 읽어보는 것은 어떨까요?
이 주제에 이미 익숙하다면 [해결책(탈출구)](/learn/escape-hatches)에 대해서 읽어보는 것은 어떨까요?
2 changes: 1 addition & 1 deletion src/sidebarHome.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"path": "/learn/managing-state"
},
{
"title": "Escape Hatches",
"title": "탈출구",
"path": "/learn/escape-hatches"
},
{
Expand Down