Skip to content

Commit c6a2662

Browse files
authored
Remove empty id attribute for h1 element (#4051)
1 parent b7e5753 commit c6a2662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/PageHeading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function PageHeading({
2525
<div className="px-5 sm:px-12 pt-5">
2626
<div className="max-w-4xl ml-0 2xl:mx-auto">
2727
{tags ? <Breadcrumbs /> : null}
28-
<H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5" id="">
28+
<H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5">
2929
{title}
3030
{status ? <em>{status}</em> : ''}
3131
</H1>

0 commit comments

Comments
 (0)