docs(nx-dev): hiding community partners link for now (#21185)

This commit is contained in:
Philip Fulcher 2024-01-17 09:56:09 -07:00 committed by GitHub
parent bd0be6ae58
commit 0775c72fbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,12 +179,12 @@ export default function ConfPage(): JSX.Element {
>
Launch Conf
</Link>
<Link
href="#community-partners"
className="cursor-pointer bg-white/40 py-8 transition hover:bg-white dark:bg-slate-800/60 dark:hover:bg-slate-800"
>
Community Partners
</Link>
{/*<Link*/}
{/* href="#community-partners"*/}
{/* className="cursor-pointer bg-white/40 py-8 transition hover:bg-white dark:bg-slate-800/60 dark:hover:bg-slate-800"*/}
{/*>*/}
{/* Community Partners*/}
{/*</Link>*/}
</div>
</div>
</div>