mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update top-announcement.tsx
This commit is contained in:
parent
96f3fc7394
commit
c9d95ceca3
@ -110,7 +110,7 @@ export const TopAnnouncement = () => {
|
||||
const Text = () => {
|
||||
return (
|
||||
<a
|
||||
href="/demo/"
|
||||
href="/beta/"
|
||||
rel="noreferrer"
|
||||
className={clsx(
|
||||
"relative lg:absolute",
|
||||
@ -131,8 +131,8 @@ const Text = () => {
|
||||
)}
|
||||
>
|
||||
<div className={clsx("ml-2", "not-prose")}>
|
||||
<span className={clsx("font-semibold")}>OpenPanel</span>{" "}
|
||||
0.2.1 is out 🎉
|
||||
Unlock powerful features and effortlessly manage users and websites with
|
||||
<span className={clsx("font-semibold")}>OpenPanel Enterprise</span>{" "}
|
||||
<span
|
||||
className={clsx(
|
||||
"text-refine-cyan-alt hover:text-refine-cyan-alt",
|
||||
@ -140,7 +140,7 @@ const Text = () => {
|
||||
"ml-2",
|
||||
)}
|
||||
>
|
||||
Check the Live Demo
|
||||
Learn More
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user