Update landing-github-star-button.tsx

This commit is contained in:
Stefan Pejcic
2025-03-05 09:56:45 +01:00
committed by GitHub
parent 772d04ce4a
commit 1f7b14e980

View File

@@ -4,13 +4,13 @@ export const LandingGithubStarButton = () => {
return (
<a
href="https://my.openpanel.com/clientarea.php"
href="/demo"
className={clsx(
"hover:!no-underline",
)}
>
<span className={clsx("text-base", "font-semibold")}>
Account Login
Try Demo
</span>
</a>
);