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() {
window.open(`https://license.sealos.io/signin?bd_vid=${bd_vid}`)} + onClick={() => + window.open(`https://license.sealos.io/signin?bd_vid=${bd_vid}&s=bd-sealos-license`) + } className="rounded-md cursor-pointer hover:no-underline text-[#FFFFFFCC] hover:text-[#FFFFFFCC] bg-[#B7D8FF26] flex justify-center items-center font-semibold text-lg gap-2 py-3 px-4 lg:text-sm" > window.open(`https://license.sealos.io/signin?bd_vid=${bd_vid}`)} + onClick={() => + window.open(`https://license.sealos.io/signin?bd_vid=${bd_vid}&s=bd-sealos-license`) + } > 获取