diff --git a/src/pages/Article.tsx b/src/pages/Article.tsx index af69d9c..f4e2188 100644 --- a/src/pages/Article.tsx +++ b/src/pages/Article.tsx @@ -159,7 +159,7 @@ export default function ArticlePage() { {tocHeadings.map((heading) => (
  • { e.preventDefault(); document.getElementById(heading.id)?.scrollIntoView({ behavior: "smooth" }); }} > @@ -337,14 +337,14 @@ export function Component({

    Related Articles

    {relatedArticles.map((article) => ( - + -
    +
    - + {article.category}