feat: make title h1
This commit is contained in:
parent
4539bb9e79
commit
75a8ab3124
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export interface Props {
|
|||
|
||||
{
|
||||
article ? (
|
||||
<h2>{article.title}</h2>
|
||||
<h1>{article.title}</h1>
|
||||
<p>by <em>{article.author}</em></p>
|
||||
<span set:html={article.content} />
|
||||
) : ''
|
||||
|
|
Loading…
Reference in a new issue