Skip to content

Commit 24279e5

Browse files
committed
hotfix
1 parent e8f5aec commit 24279e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/(marketing)/blog/[slug]/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ export default async function BlogPost({ params }: BlogPostParams) {
156156
</div>
157157
</article>
158158
<aside className="w-full md:w-2/5 order-first md:order-last">
159+
{/**
160+
*
159161
<h3 className="text-2xl font-medium">Table of contents</h3>
160162
<div className="mt-8">
161163
{typedFrontmatter.headings.map((heading) => (
@@ -164,6 +166,7 @@ export default async function BlogPost({ params }: BlogPostParams) {
164166
</div>
165167
))}
166168
</div>
169+
*/}
167170
<div className="sticky top-32 md:max-w-[320px] ml-auto space-y-5">
168171
<Card className="w-full border border-black-50 text-white shadow-lg">
169172
<CardHeader className="pb-2">

0 commit comments

Comments
 (0)