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