Skip to content

Commit 5f6b877

Browse files
committed
Fixed heading tag
1 parent 9e78d85 commit 5f6b877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function Home({ t, posts }: HomeProps) {
113113
)}
114114
</ImageContainer>
115115
<PostSection>
116-
<h3>Blog posts</h3>
116+
<h2>Blog posts</h2>
117117
{posts.map(({ slug, title, description, url }) => (
118118
<a
119119
key={slug}

0 commit comments

Comments
 (0)