From 18b3bfee83892d14f2fed6edc514937dc05daad9 Mon Sep 17 00:00:00 2001 From: Manas Malla Date: Mon, 23 Sep 2024 06:19:00 +0000 Subject: [PATCH] added uniform padding around the `on this page` header Signed-off-by: Manas Malla --- components/TOC.tsx | 2 +- next-env.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TOC.tsx b/components/TOC.tsx index 89667a72468..465d6ba4e70 100644 --- a/components/TOC.tsx +++ b/components/TOC.tsx @@ -47,7 +47,7 @@ export default function TOC({ className, cssBreakingPoint = 'xl', toc, contentSe return (
setOpen(!open)} >
// NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.