changed page title from h2 to h1
This commit is contained in:
parent
c62dcce0e6
commit
ba6fc1b3de
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export default class Page extends React.Component<PageProps, PageState> {
|
|||
/>
|
||||
</Helmet>
|
||||
<div className="card main-content">
|
||||
<h2>{this.state.fetchedPage.title}</h2>
|
||||
<h1>{this.state.fetchedPage.title}</h1>
|
||||
<small>
|
||||
Published on {this.state.fetchedPage.date} by
|
||||
developomp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue