diff --git a/src/app/p/[slug]/page.tsx b/src/app/p/[slug]/page.tsx
index b04a97d..eb8b66b 100644
--- a/src/app/p/[slug]/page.tsx
+++ b/src/app/p/[slug]/page.tsx
@@ -151,7 +151,7 @@ export default function PostPage() {
diff --git a/src/components/posts/CommentCard.tsx b/src/components/posts/CommentCard.tsx
index e34b001..9cb8fda 100644
--- a/src/components/posts/CommentCard.tsx
+++ b/src/components/posts/CommentCard.tsx
@@ -45,7 +45,7 @@ export default function CommentCard({ comment }: { comment: CommentType }) {
diff --git a/src/components/posts/PostCard.tsx b/src/components/posts/PostCard.tsx
index e439bdc..73d9589 100644
--- a/src/components/posts/PostCard.tsx
+++ b/src/components/posts/PostCard.tsx
@@ -153,7 +153,7 @@ export default function PostCard({