From 288632cf8f5cb598472833f60cdecc8b63ce55d0 Mon Sep 17 00:00:00 2001 From: adueck Date: Thu, 1 Aug 2024 17:27:21 -0400 Subject: [PATCH] comments not quite ready --- src/components/Chapter.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Chapter.jsx b/src/components/Chapter.jsx index 5f14257..b9abb98 100644 --- a/src/components/Chapter.jsx +++ b/src/components/Chapter.jsx @@ -10,7 +10,7 @@ import TableOfContents from "./TableOfContents"; import Footer from "./Footer"; import ChapterFeedback from "./ChapterFeedback"; import { Helmet } from "react-helmet"; -import { Comments } from "./Remark42"; +// import { Comments } from "./Remark42"; const Chapter = ({ children: chapter }) => { const title = `${chapter.frontMatter.title} | LingDocs Pashto Grammar`; @@ -42,7 +42,7 @@ const Chapter = ({ children: chapter }) => { - + {/* */}