Skip to content

Commit d933bae

Browse files
committed
Revert "test commit"
This reverts commit 0dca946.
1 parent 7067965 commit d933bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/table-of-contents.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const Desktop = withTableOfContents(({items}) => (
8181
maxHeight: `calc(100vh - ${SCROLL_MARGIN_TOP}px)`,
8282
}}
8383
>
84-
<Heading as="h2" sx={{fontSize: 1, display: 'inline-block', fontWeight: 'bold'}} id="toc-headings">
84+
<Heading as="h2" sx={{fontSize: 1, display: 'inline-block', fontWeight: 'bold'}} id="toc-heading">
8585
Table of contents
8686
</Heading>
8787
<Box
@@ -91,7 +91,7 @@ export const Desktop = withTableOfContents(({items}) => (
9191
overflowY: 'auto',
9292
}}
9393
>
94-
<TableOfContents aria-labelledby="toc-headings" items={items} sx={{ml: -2}} />
94+
<TableOfContents aria-labelledby="toc-heading" items={items} sx={{ml: -2}} />
9595
</Box>
9696
</Box>
9797
))

0 commit comments

Comments
 (0)