Skip to content

Commit

Permalink
add wrapper to toc
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 committed Nov 15, 2024
1 parent 0824f68 commit f0b5092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/DocItem/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export default function DocItemLayout({ children }) {
</div>
<div className="col col--3 Toc__container">
{docTOC.desktop && (
<>
<div>
<p className="Toc__title">On this page</p>
{docTOC.desktop}
</>
</div>
)}
{editUrl && (
<div className="flex flex-row space-x-1 items-center group/edit-icon">
Expand Down

0 comments on commit f0b5092

Please sign in to comment.