Update top-announcement.tsx

This commit is contained in:
Stefan Pejcic
2024-06-30 13:38:01 +02:00
committed by GitHub
parent 4f38d857db
commit 46e9577ee6

View File

@@ -110,7 +110,7 @@ export const TopAnnouncement = () => {
const Text = () => {
return (
<a
href="/docs/admin/intro/#installation"
href="/demo/"
rel="noreferrer"
className={clsx(
"relative lg:absolute",
@@ -140,7 +140,7 @@ const Text = () => {
"ml-2",
)}
>
Installation instructions
Check the Live Demo
</span>
</div>
</a>