diff --git a/src/components/post/post-card-row.astro b/src/components/post/post-card-row.astro
index f1fad6f..b4f8935 100644
--- a/src/components/post/post-card-row.astro
+++ b/src/components/post/post-card-row.astro
@@ -12,8 +12,8 @@ const { post }: Props = Astro.props;
diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro
index 398d584..8ce7cac 100644
--- a/src/pages/blog/[slug].astro
+++ b/src/pages/blog/[slug].astro
@@ -26,8 +26,8 @@ const { post } = Astro.props;
{post.title}