changed page title from h2 to h1

This commit is contained in:
Kim, Jimin 2021-07-26 11:16:41 +09:00
parent c62dcce0e6
commit ba6fc1b3de

View file

@ -70,7 +70,7 @@ export default class Page extends React.Component<PageProps, PageState> {
/> />
</Helmet> </Helmet>
<div className="card main-content"> <div className="card main-content">
<h2>{this.state.fetchedPage.title}</h2> <h1>{this.state.fetchedPage.title}</h1>
<small> <small>
Published on {this.state.fetchedPage.date} by Published on {this.state.fetchedPage.date} by
developomp developomp