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>
     );