diff --git a/src/hooks/useQuillModules.ts b/src/hooks/useQuillModules.ts index 5b05e72..0b19ad6 100644 --- a/src/hooks/useQuillModules.ts +++ b/src/hooks/useQuillModules.ts @@ -26,7 +26,7 @@ const useQuillModules = ( }, toolbar: { container: [ - [{ header: [1, 2, 3, 4, 5, 6, false] }], + [{ header: [1, 2, 5, false] }], ['bold', 'underline', 'strike', 'blockquote'], [{ align: ['left', 'center', 'right', 'justify'] }], [