From 3820ccac4b1da108ebfcabe418aab9f9b34e5c7b Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 15 Feb 2025 13:11:44 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/[slug]/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/web/app/guides/[slug]/page.tsx b/web/app/guides/[slug]/page.tsx index 03b07d3..d343d3a 100644 --- a/web/app/guides/[slug]/page.tsx +++ b/web/app/guides/[slug]/page.tsx @@ -22,11 +22,13 @@ export default async function GuidePage({ params }: { params: { slug: string } } const guideContent = await getGuideContent(params.slug) return ( -
-
+
+
+
+
) }