Browse Source

Update enterprise-get-in-touch-button.tsx

Stefan Pejcic 1 year ago
parent
commit
b91bdee2ec
1 changed files with 3 additions and 3 deletions
  1. 3 3
      documentation/src/refine-theme/enterprise-get-in-touch-button.tsx

+ 3 - 3
documentation/src/refine-theme/enterprise-get-in-touch-button.tsx

@@ -20,8 +20,8 @@ export const EnterpriseGetInTouchButton: FC<Props> = (props) => {
             )}
         >
             <Link
-                href="mailto:info@openpanel.co"
-                target="_blank"
+                href="/docs/admin/intro/#installation"
+                target="_self"
                 rel="noopener noreferrer"
                 className={clsx(
                     "self-start",
@@ -46,7 +46,7 @@ export const EnterpriseGetInTouchButton: FC<Props> = (props) => {
             >
                 <GetInTouchIcon />
                 <span className={clsx("text-base", "font-semibold")}>
-                    Signup for BETA
+                    Install OpenPanel
                 </span>
             </Link>
         </div>