From 1272d1053104d9f87abc45b4c6e12e411feee85c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 15 Feb 2025 12:22:29 +0100 Subject: [PATCH] update --- web/app/guides/[slug]/GuideContent.tsx | 31 ++++++++++++++------------ web/app/guides/[slug]/page.tsx | 7 +++--- 2 files changed, 20 insertions(+), 18 deletions(-) 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 +} +