chore: format files with prettier

This commit is contained in:
Sat Naing
2022-10-16 23:53:16 +06:30
parent 1cf0efe188
commit 20822c422a
11 changed files with 55 additions and 53 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const { title, author, description, ogImage, datetime, tags } = frontmatter;
</article>
<ul class="tags-container">
{tags.map((tag) => <Tag name={tag} />)}
{tags.map(tag => <Tag name={tag} />)}
</ul>
</main>
<Footer />