diff --git a/apps/docs/lib/mdx.tsx b/apps/docs/lib/mdx.tsx index d935f52fb..17b727f18 100644 --- a/apps/docs/lib/mdx.tsx +++ b/apps/docs/lib/mdx.tsx @@ -58,7 +58,7 @@ function MdxLink(props: ComponentPropsWithoutRef<'a'>) { // Section headings whose `## ` slug should render a "Beta" badge. The badge is // appended after the heading text (not part of the markdown) so the slug—and // therefore the anchor and any child heading ids—stays unchanged. -const BETA_DOC_HEADING_IDS = new Set(['editor', 'virtualization']); +const BETA_DOC_HEADING_IDS = new Set(['editor']); function MdxHeading2({ id,