diff --git a/components/article-toc.tsx b/components/article-toc.tsx index 6a17e83..f39d88a 100644 --- a/components/article-toc.tsx +++ b/components/article-toc.tsx @@ -82,7 +82,10 @@ export function ArticleToc({ markdown, title, onNavigate }: ArticleTocProps) { if (headings.length < 2) return null; return ( -