From 02121a4daa189b72194490559657427038faeaa0 Mon Sep 17 00:00:00 2001 From: PrinOrange Date: Thu, 4 Jan 2024 11:03:38 +0800 Subject: [PATCH] fix fixed-toc style --- components/readerpage/TOC.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/readerpage/TOC.tsx b/components/readerpage/TOC.tsx index 033ed4b..43593eb 100644 --- a/components/readerpage/TOC.tsx +++ b/components/readerpage/TOC.tsx @@ -3,9 +3,8 @@ import Link from "next/link"; export const TOC = (props: { data: TTOCItem[] }) => { return ( -
-
{"TABLE OF CONTENTS"}
-
+
+
{"TABLE OF CONTENTS"}
    {props.data?.map((item) => (