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

This commit is contained in:
Stefan Pejcic 2024-06-30 13:48:01 +02:00 committed by GitHub
parent 08e9e674d9
commit 5a7cdf1ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")}>
Purchase OpenPanel Go Enterprise
</span> </span>
</Link> </Link>
</div> </div>