Stefan Pejcic 1 год назад
Родитель
Сommit
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>
     );