Skip to content

Commit 0dc72f6

Browse files
authored
Rm dupe blog description (#6885)
1 parent 9967ded commit 0dc72f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/PageHeading.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function PageHeading({
2222
title,
2323
status,
2424
canary,
25-
description,
2625
tags = [],
2726
breadcrumbs,
2827
}: PageHeadingProps) {
@@ -40,11 +39,6 @@ function PageHeading({
4039
)}
4140
{status ? <em>{status}</em> : ''}
4241
</H1>
43-
{description && (
44-
<p className="mt-4 mb-6 dark:text-primary-dark text-xl text-primary leading-large">
45-
{description}
46-
</p>
47-
)}
4842
{tags?.length > 0 && (
4943
<div className="mt-4">
5044
{tags.map((tag) => (

0 commit comments

Comments
 (0)