diff --git a/packages/blog/src/components/molecules/PostListItem.tsx b/packages/blog/src/components/molecules/PostListItem.tsx
index 07a50ee2..a33d4c74 100644
--- a/packages/blog/src/components/molecules/PostListItem.tsx
+++ b/packages/blog/src/components/molecules/PostListItem.tsx
@@ -18,7 +18,7 @@ export function PostListItem({
'flex gap-3 items-center hover:text-cyan-500',
className,
)}>
- {post.data.title}
+ {post.data.title}
{PostsService.formatPublishedAt(post, publishedAtFormat)}