mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update enterprise-get-in-touch-button.tsx
This commit is contained in:
parent
46e9577ee6
commit
8997ffd62a
@ -20,7 +20,7 @@ export const EnterpriseGetInTouchButton: FC<Props> = (props) => {
|
||||
)}
|
||||
>
|
||||
<Link
|
||||
href="/docs/admin/intro/#installation"
|
||||
href="https://my.openpanel.co/cart.php?a=add&pid=1&billingcycle=monthly&skipconfig=1"
|
||||
target="_self"
|
||||
rel="noopener noreferrer"
|
||||
className={clsx(
|
||||
@ -46,7 +46,7 @@ export const EnterpriseGetInTouchButton: FC<Props> = (props) => {
|
||||
>
|
||||
<GetInTouchIcon />
|
||||
<span className={clsx("text-base", "font-semibold")}>
|
||||
Install OpenPanel
|
||||
Purchase OpenPanel
|
||||
</span>
|
||||
</Link>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user