docs(nxdev): add pulse dot animation on nxconf header menu (#11691)

This commit is contained in:
Benjamin Cabanes 2022-08-23 10:46:52 -04:00 committed by GitHub
parent af7ebc6e98
commit ad0d795413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,10 +116,10 @@ export function Header(props: HeaderProps): JSX.Element {
title="Check Nx conference" title="Check Nx conference"
className="relative hidden px-3 py-2 leading-tight text-white md:inline-flex" className="relative hidden px-3 py-2 leading-tight text-white md:inline-flex"
> >
{/*<span className="absolute top-0 right-0 -mt-1 -mr-1 flex h-3 w-3">*/} <span className="absolute top-0 right-0 -mt-1 -mr-1 flex h-3 w-3">
{/* <span className="bg-green-nx-base absolute inline-flex h-full w-full animate-ping rounded-full opacity-75" />*/} <span className="bg-green-nx-base absolute inline-flex h-full w-full animate-ping rounded-full opacity-75" />
{/* <span className="bg-green-nx-base relative inline-flex h-3 w-3 rounded-full" />*/} <span className="bg-green-nx-base relative inline-flex h-3 w-3 rounded-full" />
{/*</span>*/} </span>
Nx Conf Nx Conf
</a> </a>
</Link> </Link>