notificationmsg
This commit is contained in:
parent
a52c686fbf
commit
d91f4b517c
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue