diff --git a/components/context/TocLandingContext.tsx b/components/context/TocLandingContext.tsx index 689829a106..b3c1559a36 100644 --- a/components/context/TocLandingContext.tsx +++ b/components/context/TocLandingContext.tsx @@ -33,7 +33,7 @@ export const useTocLandingContext = (): TocLandingContextT => { export const getTocLandingContextFromRequest = (req: any): TocLandingContextT => { const isEarlyAccess = req.context.page?.documentType === 'early-access' return { - title: req.context.page.title, + title: req.context.page.titlePlainText, productCallout: req.context.page.product || '', introPlainText: req.context.page.introPlainText, tocItems: (req.context.genericTocFlat || req.context.genericTocNested || []).map((obj: any) =>