docs(nxdev): hide github link on mobile (#11266)

This commit is contained in:
Benjamin Cabanes 2022-07-22 16:01:02 -04:00 committed by GitHub
parent aa575fcbd7
commit dbdb4826d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ export function Header(props: HeaderProps) {
href="https://github.com/nrwl/nx" href="https://github.com/nrwl/nx"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="px-3 py-2 text-white" className="hidden px-3 py-2 text-white md:inline-flex"
> >
<span className="sr-only">Nx on Github</span> <span className="sr-only">Nx on Github</span>
<div className="item-center flex"> <div className="item-center flex">