diff --git a/web/app/guides/[slug]/GuideContent.tsx b/web/app/guides/[slug]/GuideContent.tsx index 97288c8..843fe3e 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 911a2d1..8ca1f6a 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 +} +