Update landing-github-star-button.tsx

This commit is contained in:
Stefan Pejcic 2024-02-11 09:30:09 +01:00 committed by GitHub
parent f47eeae135
commit 48f47e0783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,7 @@ export const LandingGithubStarButton = () => {
return ( return (
<a <a
href="https://demo.openpanel.co/" href="/demo"
target="_blank"
rel="noreferrer" rel="noreferrer"
className={clsx( className={clsx(
"flex gap-2 items-center", "flex gap-2 items-center",
@ -21,7 +20,7 @@ export const LandingGithubStarButton = () => {
> >
<div className={clsx("flex items-center", "w-10 h-6")}> <div className={clsx("flex items-center", "w-10 h-6")}>
<span>Live Demo</span> <span>Demo</span>
</div> </div>
</a> </a>
); );