mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-github-star-button.tsx
This commit is contained in:
parent
772d04ce4a
commit
1f7b14e980
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user