Update top-announcement.tsx

This commit is contained in:
Stefan Pejcic 2024-05-09 13:05:55 +02:00 committed by GitHub
parent 5ea2e794aa
commit ee25aba8e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,8 +131,17 @@ const Text = () => {
)}
>
<div className={clsx("ml-2", "not-prose")}>
<span className={clsx("font-semibold")}>Download is temporary disabled</span>{" "}
more information soon..
<span className={clsx("font-semibold")}>OpenPanel 0.1.7</span>{" "}
is out! Give it a spin and tell us what you think
<span
className={clsx(
"text-refine-cyan-alt hover:text-refine-cyan-alt",
"font-semibold",
"ml-2",
)}
>
Installation instructions
</span>
</div>
</a>
);