We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4509a commit c6712a7Copy full SHA for c6712a7
src/components/Layout/Footer.tsx
@@ -293,7 +293,7 @@ export function Footer() {
293
<FooterLink href="/learn/describing-the-ui">描述 UI</FooterLink>
294
<FooterLink href="/learn/adding-interactivity">添加交互</FooterLink>
295
<FooterLink href="/learn/managing-state">状态管理</FooterLink>
296
- <FooterLink href="/learn/escape-hatches">应急方案</FooterLink>
+ <FooterLink href="/learn/escape-hatches">逃脱方案</FooterLink>
297
</div>
298
<div className="flex flex-col">
299
<FooterLink href="/reference/react" isHeader={true}>
0 commit comments