From b1ddbaac136334bf690289f51f2c1cfce9cf55c8 Mon Sep 17 00:00:00 2001 From: Rick Hanlon Date: Mon, 20 May 2024 10:49:05 -0400 Subject: [PATCH] Rm dupe blog description --- src/components/PageHeading.tsx | 6 ------ 1 file changed, 6 deletions(-) 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 && (
{tags.map((tag) => (