diff --git a/src/components/PageHeading.tsx b/src/components/PageHeading.tsx index 659295d0a1e..6000c8e51d6 100644 --- a/src/components/PageHeading.tsx +++ b/src/components/PageHeading.tsx @@ -22,7 +22,6 @@ function PageHeading({ title, status, canary, - description, tags = [], breadcrumbs, }: PageHeadingProps) { @@ -40,11 +39,6 @@ function PageHeading({ )} {status ? —{status} : ''} - {description && ( -
- {description} -
- )} {tags?.length > 0 && (