Stefan Pejcic 1 年之前
父节点
当前提交
1d6e800e1e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      documentation/src/refine-theme/landing-enterprise-developers.tsx

+ 2 - 2
documentation/src/refine-theme/landing-enterprise-developers.tsx

@@ -151,8 +151,8 @@ export const LandingEnterpriseDevelopers: FC<Props> = ({ className }) => {
                 })}
             </div>
 
-            <LandingSectionCtaButtonAlt to="/beta">
-                Check out OpenPanel BETA
+            <LandingSectionCtaButtonAlt to="/features">
+                View all features
             </LandingSectionCtaButtonAlt>
         </div>
     );