We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e5753 commit c6a2662Copy full SHA for c6a2662
beta/src/components/PageHeading.tsx
@@ -25,7 +25,7 @@ function PageHeading({
25
<div className="px-5 sm:px-12 pt-5">
26
<div className="max-w-4xl ml-0 2xl:mx-auto">
27
{tags ? <Breadcrumbs /> : null}
28
- <H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5" id="">
+ <H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5">
29
{title}
30
{status ? <em>—{status}</em> : ''}
31
</H1>
0 commit comments