Skip to content

Commit

Permalink
comments not quite ready
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Aug 1, 2024
1 parent b47c117 commit 288632c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Chapter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down Expand Up @@ -42,7 +42,7 @@ const Chapter = ({ children: chapter }) => {
<Content />
</div>
<ChapterFeedback chapter={chapter.path} />
<Comments id={chapter.path} />
{/* <Comments id={chapter.path} /> */}
<Footer chapter={chapter} />
</main>
{!chapter.frontMatter.fullWidth && <TableOfContents tableOfContents={chapter.tableOfContents} />}
Expand Down

0 comments on commit 288632c

Please sign in to comment.