summaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/ToC/ToC.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Widgets/ToC/ToC.tsx')
-rw-r--r--src/components/Widgets/ToC/ToC.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Widgets/ToC/ToC.tsx b/src/components/Widgets/ToC/ToC.tsx
index c499478..8a2d493 100644
--- a/src/components/Widgets/ToC/ToC.tsx
+++ b/src/components/Widgets/ToC/ToC.tsx
@@ -25,7 +25,7 @@ const ToC = () => {
};
return (
- <ExpandableWidget title={title} expand={true} withBorders={true}>
+ <ExpandableWidget title={title} kind="toc" expand={true} withBorders={true}>
<OrderedList items={getItems(headingsTree)} />
</ExpandableWidget>
);