diff --git a/frontend/components/landing/InstitutionalLandingPage.tsx b/frontend/components/landing/InstitutionalLandingPage.tsx index 8696a498..3d25b313 100644 --- a/frontend/components/landing/InstitutionalLandingPage.tsx +++ b/frontend/components/landing/InstitutionalLandingPage.tsx @@ -163,14 +163,28 @@ function InstitutionalLandingScreen() { 中文 EN - {authChecked && isAuthenticated ? ( - - {isEn ? "Enter Product" : "进入产品"} - - + {!authChecked ? ( +
+ ) : isAuthenticated ? ( +
+ + {isEn ? "Enter Product" : "进入产品"} + + + + + + + + +
) : ( <>
{isEn ? "Enter product" : "进入产品决策台"}