diff --git a/apps/web/src/app/[lang]/[...path]/page.tsx b/apps/web/src/app/[lang]/[...path]/page.tsx index df0df231..c42cc937 100644 --- a/apps/web/src/app/[lang]/[...path]/page.tsx +++ b/apps/web/src/app/[lang]/[...path]/page.tsx @@ -51,7 +51,7 @@ function Content({ if (!content) return null; return ( -
+
); @@ -73,7 +73,7 @@ const Page = async ({ params: { path, lang } }: Props) => {
-

+

{page.description}

diff --git a/apps/web/src/components/table-of-contents/index.tsx b/apps/web/src/components/table-of-contents/index.tsx index c2ca3929..7a57234c 100644 --- a/apps/web/src/components/table-of-contents/index.tsx +++ b/apps/web/src/components/table-of-contents/index.tsx @@ -52,7 +52,7 @@ function HeadingList({ > - + -