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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user