diff --git a/docs/website/src/pages/self-hosting/header/index.tsx b/docs/website/src/pages/self-hosting/header/index.tsx index 90ba69df3f3..3c28d1bc947 100644 --- a/docs/website/src/pages/self-hosting/header/index.tsx +++ b/docs/website/src/pages/self-hosting/header/index.tsx @@ -143,7 +143,11 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => { {i18nMap[currentLocale].label} )} - + {i18nObj.startNow} diff --git a/docs/website/src/pages/self-hosting/product/index.tsx b/docs/website/src/pages/self-hosting/product/index.tsx index 6e6b529412f..00f9a966039 100644 --- a/docs/website/src/pages/self-hosting/product/index.tsx +++ b/docs/website/src/pages/self-hosting/product/index.tsx @@ -42,7 +42,9 @@ export default function Product() {