We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9967ded commit 0dc72f6Copy full SHA for 0dc72f6
src/components/PageHeading.tsx
@@ -22,7 +22,6 @@ function PageHeading({
22
title,
23
status,
24
canary,
25
- description,
26
tags = [],
27
breadcrumbs,
28
}: PageHeadingProps) {
@@ -40,11 +39,6 @@ function PageHeading({
40
39
)}
41
{status ? <em>—{status}</em> : ''}
42
</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
- )}
48
{tags?.length > 0 && (
49
<div className="mt-4">
50
{tags.map((tag) => (
0 commit comments