From cd519ca3e4c25a3cf794a368030826896fd2b13c Mon Sep 17 00:00:00 2001 From: jingyang <3161362058@qq.com> Date: Tue, 13 Aug 2024 11:12:08 +0800 Subject: [PATCH] fix(docs):header title translation --- docs/website/src/pages/self-hosting/header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/src/pages/self-hosting/header/index.tsx b/docs/website/src/pages/self-hosting/header/index.tsx index 3c28d1bc947..1a452ec2f61 100644 --- a/docs/website/src/pages/self-hosting/header/index.tsx +++ b/docs/website/src/pages/self-hosting/header/index.tsx @@ -12,7 +12,7 @@ import './index.scss'; const navbar = [ { key: 'docs', - label: Documentation, + label: Docs, to: '/docs/Intro' }, {