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

This commit is contained in:
Stefan Pejcic 2024-06-30 13:42:05 +02:00 committed by GitHub
parent 46e9577ee6
commit 8997ffd62a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ export const EnterpriseGetInTouchButton: FC<Props> = (props) => {
)} )}
> >
<Link <Link
href="/docs/admin/intro/#installation" href="https://my.openpanel.co/cart.php?a=add&pid=1&billingcycle=monthly&skipconfig=1"
target="_self" target="_self"
rel="noopener noreferrer" rel="noopener noreferrer"
className={clsx( className={clsx(
@ -46,7 +46,7 @@ export const EnterpriseGetInTouchButton: FC<Props> = (props) => {
> >
<GetInTouchIcon /> <GetInTouchIcon />
<span className={clsx("text-base", "font-semibold")}> <span className={clsx("text-base", "font-semibold")}>
Install OpenPanel Purchase OpenPanel
</span> </span>
</Link> </Link>
</div> </div>