Update top-announcement.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 17:39:31 +02:00 committed by GitHub
parent 859eeba5d5
commit afd188f29d
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="/beta" href="/docs/admin/intro/#requirements"
rel="noreferrer" rel="noreferrer"
className={clsx( className={clsx(
"relative lg:absolute", "relative lg:absolute",
@ -131,9 +131,9 @@ const Text = () => {
)} )}
> >
<div className={clsx("ml-2", "not-prose")}> <div className={clsx("ml-2", "not-prose")}>
Unlock powerful features and effortlessly manage users and websites with OpenPanel now offers full support for
{" "} {" "}
<span className={clsx("font-semibold")}>OpenPanel Enterprise</span> <span className={clsx("font-semibold")}>ARM CPUs (Aarch64)</span>
{" "} {" "}
<span <span
className={clsx( className={clsx(
@ -142,7 +142,7 @@ const Text = () => {
"ml-2", "ml-2",
)} )}
> >
Learn More Install Now
</span> </span>
</div> </div>
</a> </a>