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
4f38d857db
commit
46e9577ee6
@ -110,7 +110,7 @@ export const TopAnnouncement = () => {
|
|||||||
const Text = () => {
|
const Text = () => {
|
||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
href="/docs/admin/intro/#installation"
|
href="/demo/"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"relative lg:absolute",
|
"relative lg:absolute",
|
||||||
@ -140,7 +140,7 @@ const Text = () => {
|
|||||||
"ml-2",
|
"ml-2",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
Installation instructions
|
Check the Live Demo
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user