Update landing-github-star-button.tsx

This commit is contained in:
Stefan Pejcic
2025-04-15 08:34:10 +02:00
committed by GitHub
parent e12f14b685
commit 2725de6b18

View File

@@ -4,13 +4,14 @@ export const LandingGithubStarButton = () => {
return (
<a
href="/demo"
href="https://my.openpanel.com/index.php?rp=/store/openpanel/enterprise-license"
target="_blank"
className={clsx(
"hover:!no-underline",
)}
>
<span className={clsx("text-base", "font-semibold")}>
Try Demo
Enterprise
</span>
</a>
);