updated heading level and translation

This commit is contained in:
Richard 2020-01-18 14:22:32 +01:00
parent 4c0bfa0b47
commit 5481a9e917

View file

@ -22,9 +22,9 @@ export class CreatePost extends Component<any, any> {
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 offset-lg-3 mb-4">
<h5>
<T i18nKey="create_post">#</T>
</h5>
<h2>
{ i18n.t('create_post') }
</h2>
<PostForm onCreate={this.handlePostCreate} params={this.params} />
</div>
</div>