diff --git a/src/components/(posts)/BlogPostItem.tsx b/src/components/(posts)/BlogPostItem.tsx index cd118dc..c84adc4 100644 --- a/src/components/(posts)/BlogPostItem.tsx +++ b/src/components/(posts)/BlogPostItem.tsx @@ -10,8 +10,8 @@ interface BlogPostItemProps { const BlogPostItem: React.FC = ({ slug, title, date, viewCount }) => (
- {title} - {date} | {viewCount} Views + {title} + {date} | {viewCount} Views
)