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 (
|
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>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user