diff --git a/@theme/markdoc/components.tsx b/@theme/markdoc/components.tsx index bb9b470b3d..0535c5f484 100644 --- a/@theme/markdoc/components.tsx +++ b/@theme/markdoc/components.tsx @@ -20,7 +20,10 @@ export function IndexPageItems() { {data?.map((item: any) => (
  • {item.title} -

    {item.blurb}

    + { + item.status === "not_enabled" ? () : "" + } +

    {item.seo?.description}

  • ))}