diff --git a/apps/client/src/features/editor/components/table-of-contents/table-of-contents-menu.tsx b/apps/client/src/features/editor/components/table-of-contents/table-of-contents-menu.tsx index 3c55f4a..1677c37 100644 --- a/apps/client/src/features/editor/components/table-of-contents/table-of-contents-menu.tsx +++ b/apps/client/src/features/editor/components/table-of-contents/table-of-contents-menu.tsx @@ -13,6 +13,7 @@ import { Text, Checkbox, Card, + Fieldset, } from "@mantine/core"; import { IconLayoutAlignCenter, IconLayoutAlignLeft, IconLayoutAlignRight } from "@tabler/icons-react"; import { NodeWidthResize } from "@/features/editor/components/common/node-width-resize.tsx"; @@ -81,35 +82,29 @@ export function TableOfContentsMenu({ editor }: EditorMenuProps) { }} shouldShow={shouldShow} > - - - setDividerType(_value as DividerVariant)} + /> + + + setTableType(value)} + /> + + Page Icons setPageIcons(event.currentTarget.checked)} /> - - - + + + ); }