diff --git a/app/posts/[slug]/page.tsx b/app/posts/[slug]/page.tsx
index 17118dd..e60e0d5 100644
--- a/app/posts/[slug]/page.tsx
+++ b/app/posts/[slug]/page.tsx
@@ -57,7 +57,7 @@ export default async function PostPage({ params }: { params: Promise<{ slug: str
{post.coverImage && (
diff --git a/components/blog/PostCard.tsx b/components/blog/PostCard.tsx
index 66001ea..4c15971 100644
--- a/components/blog/PostCard.tsx
+++ b/components/blog/PostCard.tsx
@@ -18,7 +18,7 @@ export function PostCard({ slug, title, date, excerpt, tags = [], author, readin