From 3e744d9f67ae0d11cc343acb02dea0c226798ceb Mon Sep 17 00:00:00 2001 From: Harsh Date: Sat, 29 Nov 2025 22:41:05 +0530 Subject: [PATCH] feat: update table of content style --- docs/app/docs/[[...slug]]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/docs/[[...slug]]/page.tsx b/docs/app/docs/[[...slug]]/page.tsx index 070cea73..d38e8078 100644 --- a/docs/app/docs/[[...slug]]/page.tsx +++ b/docs/app/docs/[[...slug]]/page.tsx @@ -48,7 +48,7 @@ export default async function DocPage(props: DocPageParams) { const apiLink = page.data.links?.api; return ( - +
{page.data.title}