diff --git a/src/components/sections/RecentPostsSection.astro b/src/components/sections/RecentPostsSection.astro index 112bb48..5c0aa82 100644 --- a/src/components/sections/RecentPostsSection.astro +++ b/src/components/sections/RecentPostsSection.astro @@ -23,7 +23,11 @@ const { posts, title, subTitle } = Astro.props; -
- {posts.map((b) => )} +
+ {posts.map((b) => ( +
+ +
+ ))}