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
f47eeae135
commit
48f47e0783
@ -4,8 +4,7 @@ export const LandingGithubStarButton = () => {
|
||||
|
||||
return (
|
||||
<a
|
||||
href="https://demo.openpanel.co/"
|
||||
target="_blank"
|
||||
href="/demo"
|
||||
rel="noreferrer"
|
||||
className={clsx(
|
||||
"flex gap-2 items-center",
|
||||
@ -21,7 +20,7 @@ export const LandingGithubStarButton = () => {
|
||||
>
|
||||
|
||||
<div className={clsx("flex items-center", "w-10 h-6")}>
|
||||
<span>Live Demo</span>
|
||||
<span>Demo</span>
|
||||
</div>
|
||||
</a>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user