Skip to content

Commit

Permalink
Remove empty id attribute for h1 element (#4051)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Nov 5, 2021
1 parent b7e5753 commit c6a2662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beta/src/components/PageHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function PageHeading({
<div className="px-5 sm:px-12 pt-5">
<div className="max-w-4xl ml-0 2xl:mx-auto">
{tags ? <Breadcrumbs /> : null}
<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">
{title}
{status ? <em>{status}</em> : ''}
</H1>
Expand Down

0 comments on commit c6a2662

Please sign in to comment.