Bladeren bron

Update landing-try-it-section.tsx

Stefan Pejcic 1 jaar geleden
bovenliggende
commit
0449644b72
1 gewijzigde bestanden met toevoegingen van 2 en 6 verwijderingen
  1. 2 6
      documentation/src/refine-theme/landing-try-it-section.tsx

+ 2 - 6
documentation/src/refine-theme/landing-try-it-section.tsx

@@ -92,7 +92,7 @@ export const LandingTryItSection = ({ className }: { className?: string }) => {
                         "landing-sm:max-w-[446px]",
                         "landing-sm:max-w-[446px]",
                     )}
                     )}
                 >
                 >
-                    Choose your license and start
+                    Choose OpenPanel Enterprise or Community edition and start
                     hosting websites in minutes.
                     hosting websites in minutes.
                 </p>
                 </p>
             </div>
             </div>
@@ -127,10 +127,6 @@ export const LandingTryItSection = ({ className }: { className?: string }) => {
                     )}
                     )}
                 />
                 />
             </div>
             </div>
-            <LandingPlaygroundModal
-                visible={wizardOpen}
-                close={() => setWizardOpen(false)}
-            />
         </div>
         </div>
     );
     );
 };
 };
@@ -205,7 +201,7 @@ const LandingTryItOptionsSection = ({
                         >
                         >
                     <LandingStartActionIcon />
                     <LandingStartActionIcon />
                     <span className={clsx("text-base", "font-semibold")}>
                     <span className={clsx("text-base", "font-semibold")}>
-                        Enterprise license
+                        Try Enterprise
                     </span>
                     </span>
                 </Link>
                 </Link>
             </div>
             </div>