diff --git a/app/posts/[slug]/page.tsx b/app/posts/[slug]/page.tsx
index f9d522e..26372c5 100644
--- a/app/posts/[slug]/page.tsx
+++ b/app/posts/[slug]/page.tsx
@@ -36,7 +36,7 @@ export default async function PostPage({ params }: { params: Promise<{ slug: str
-
+
diff --git a/components/posts/TableOfContents.tsx b/components/posts/TableOfContents.tsx
index a2cbeb6..385648e 100644
--- a/components/posts/TableOfContents.tsx
+++ b/components/posts/TableOfContents.tsx
@@ -74,7 +74,7 @@ export function TableOfContents() {
if (headings.length === 0) return null;
return (
-