From 9e760add775da614396acb5c65ac273e91c3d4b1 Mon Sep 17 00:00:00 2001 From: jonghun Date: Mon, 30 Sep 2024 22:08:16 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=97=A4=EB=94=A9=20=EC=98=B5=EC=85=98?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useQuillModules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] }], [