Skip to content

Commit 5c928ce

Browse files
author
tungdominh
committed
fix: change title text
1 parent 6f93a87 commit 5c928ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const socialCount = SOCIALS.filter((social) => social.active).length;
4545
featuredPosts.length > 0 && (
4646
<>
4747
<section id="featured">
48-
<h2>Blogs</h2>
48+
<h2>Posts</h2>
4949
<ul>
5050
{featuredPosts.map(({ data, slug }) => (
5151
<Card

0 commit comments

Comments
 (0)