notificationmsg

This commit is contained in:
Stefan Pejcic 2024-02-11 20:10:26 +01:00
parent a52c686fbf
commit d91f4b517c

View file

@ -110,8 +110,7 @@ export const TopAnnouncement = () => {
const Text = () => {
return (
<a
href="/beta"
target="_blank"
href="/docs/admin/intro/#installation"
rel="noreferrer"
className={clsx(
"relative lg:absolute",
@ -141,7 +140,7 @@ const Text = () => {
"ml-2",
)}
>
Learn More
Installation instructions
</span>
</div>
</a>