From 6f7defdddd1f8f92037b637b350df51671edbbe7 Mon Sep 17 00:00:00 2001 From: Alexander Chabin Date: Thu, 21 Dec 2023 09:39:27 +0500 Subject: [PATCH] Recolor the navigation bar & update titles in Manual page --- components/TableOfContents/TableOfContents.jsx | 4 ---- pages/_app.jsx | 1 + pages/_document.jsx | 1 - pages/manuals/[[...pageUrl]].jsx | 7 +++++++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/components/TableOfContents/TableOfContents.jsx b/components/TableOfContents/TableOfContents.jsx index 2442c44d..25df9644 100644 --- a/components/TableOfContents/TableOfContents.jsx +++ b/components/TableOfContents/TableOfContents.jsx @@ -1,7 +1,6 @@ import React, { useEffect, useContext, Fragment } from 'react' import cn from 'classnames' import Link from 'next/link' -import Head from 'next/head' import { tUI } from '../../utils/typograf' import scrollIntoView from 'scroll-into-view-if-needed' import { TocStateContext } from '../../pages/manuals/[[...pageUrl]]' @@ -99,9 +98,6 @@ function TableOfContents({ tableOfContentArr, currentPageUrl = [], anchorLinks, return ( <> - - {catalogTitle} -