From e6241b381152455d66d489393dc5e2eba84866f6 Mon Sep 17 00:00:00 2001 From: Innei Date: Sun, 25 Jun 2023 15:27:49 +0800 Subject: [PATCH] fix: adjust toc Signed-off-by: Innei --- src/app/(page-detail)/[slug]/Container.tsx | 2 +- src/app/(page-detail)/[slug]/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(page-detail)/[slug]/Container.tsx b/src/app/(page-detail)/[slug]/Container.tsx index 584b3e2789..8d7d6a9a44 100644 --- a/src/app/(page-detail)/[slug]/Container.tsx +++ b/src/app/(page-detail)/[slug]/Container.tsx @@ -1,6 +1,6 @@ export const Container: Component = ({ children }) => { return ( -
+
{children}
) diff --git a/src/app/(page-detail)/[slug]/layout.tsx b/src/app/(page-detail)/[slug]/layout.tsx index d98af23916..65aa0842ac 100644 --- a/src/app/(page-detail)/[slug]/layout.tsx +++ b/src/app/(page-detail)/[slug]/layout.tsx @@ -88,7 +88,7 @@ export default async (props: NextPageParams) => { {props.children} - +
{isCN ? : }