Update top-announcement.tsx

This commit is contained in:
Stefan Pejcic 2024-07-10 19:27:37 +02:00 committed by GitHub
parent 96f3fc7394
commit c9d95ceca3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ export const TopAnnouncement = () => {
const Text = () => { const Text = () => {
return ( return (
<a <a
href="/demo/" href="/beta/"
rel="noreferrer" rel="noreferrer"
className={clsx( className={clsx(
"relative lg:absolute", "relative lg:absolute",
@ -131,8 +131,8 @@ const Text = () => {
)} )}
> >
<div className={clsx("ml-2", "not-prose")}> <div className={clsx("ml-2", "not-prose")}>
<span className={clsx("font-semibold")}>OpenPanel</span>{" "} Unlock powerful features and effortlessly manage users and websites with
0.2.1 is out 🎉 <span className={clsx("font-semibold")}>OpenPanel Enterprise</span>{" "}
<span <span
className={clsx( className={clsx(
"text-refine-cyan-alt hover:text-refine-cyan-alt", "text-refine-cyan-alt hover:text-refine-cyan-alt",
@ -140,7 +140,7 @@ const Text = () => {
"ml-2", "ml-2",
)} )}
> >
Check the Live Demo Learn More
</span> </span>
</div> </div>
</a> </a>