Skip to content

Commit

Permalink
Change title from 'h2' to 'h1'
Browse files Browse the repository at this point in the history
Fixes #51
  • Loading branch information
dsevillamartin committed Jul 2, 2023
1 parent e814c3f commit 18ad721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/forum/components/PageHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export default class PageHero extends Component {

items.add(
'title',
<h2 className="PageHero-title">
<h1 className="PageHero-title">
<Link href={app.route.page(page)}>{page.title()}</Link>
</h2>
</h1>
);

return items;
Expand Down

0 comments on commit 18ad721

Please sign in to comment.