From f0b5092e096166020e7b0f863b92ea6e366180d6 Mon Sep 17 00:00:00 2001 From: nahbee10 Date: Fri, 15 Nov 2024 12:03:41 -0500 Subject: [PATCH] add wrapper to toc --- src/theme/DocItem/Layout/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/DocItem/Layout/index.js b/src/theme/DocItem/Layout/index.js index 847c43a3f..62410525b 100644 --- a/src/theme/DocItem/Layout/index.js +++ b/src/theme/DocItem/Layout/index.js @@ -50,10 +50,10 @@ export default function DocItemLayout({ children }) {
{docTOC.desktop && ( - <> +

On this page

{docTOC.desktop} - +
)} {editUrl && (