Stefan Pejcic 1 year ago
parent
commit
1d6e800e1e
1 changed files with 2 additions and 2 deletions
  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>
     );