Skip to content

Commit

Permalink
fix: header Metadata to h2
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Nov 7, 2023
1 parent 570f842 commit d2952b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ItaliaTheme/View/Commons/Metadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const Metadata = ({
className={cx('it-page-section', { 'mb-5': !noMargin })}
>
{showSectionTitle && title && (
<h4 id="header-metadata" className="mb-3">
<h2 id="header-metadata" className="mb-3">
{title}
</h4>
</h2>
)}
{children}
<p className="font-serif mb-0 mt-4 last-modified">
Expand Down

0 comments on commit d2952b7

Please sign in to comment.