diff --git a/web/app/guides/[slug]/GuideContent.tsx b/web/app/guides/[slug]/GuideContent.tsx index 97288c87..843fe3e0 100644 --- a/web/app/guides/[slug]/GuideContent.tsx +++ b/web/app/guides/[slug]/GuideContent.tsx @@ -29,20 +29,23 @@ export default function GuideContent({ content }: { content: string }) { }, [content]) return ( -
- {processedContent} +
+
+ {processedContent} +
) } + diff --git a/web/app/guides/[slug]/page.tsx b/web/app/guides/[slug]/page.tsx index 911a2d17..8ca1f6a9 100644 --- a/web/app/guides/[slug]/page.tsx +++ b/web/app/guides/[slug]/page.tsx @@ -40,9 +40,8 @@ export default async function GuidePage({ params }: { params: { slug: string } } return (
-
- -
+
) -} \ No newline at end of file +} +