diff --git a/packages/website/src/docs/features/instructions/page.tsx b/packages/website/src/docs/features/instructions/page.tsx index 6689672..5d6c3dc 100644 --- a/packages/website/src/docs/features/instructions/page.tsx +++ b/packages/website/src/docs/features/instructions/page.tsx @@ -2,7 +2,7 @@ import { useTranslation } from 'react-i18next' import CodeEditor from '@/components/CodeEditor' -export default function KnowledgeInjection() { +export default function Instructions() { const { i18n } = useTranslation() const isZh = i18n.language === 'zh-CN'