diff --git a/src/components/common/TextEditor/Editor.jsx b/src/components/common/TextEditor/Editor.jsx index 168800e9..84f9728f 100644 --- a/src/components/common/TextEditor/Editor.jsx +++ b/src/components/common/TextEditor/Editor.jsx @@ -34,16 +34,7 @@ const Editor = ({ return (
- - -
+
{/* Left: Quill Format Buttons */} @@ -70,8 +61,19 @@ const Editor = ({ - {/* Right: Submit + Cancel Buttons */} -
+ +
+
+ + {/* Right: Submit + Cancel Buttons */} +
Cancel @@ -84,8 +86,7 @@ const Editor = ({ {loading ? "Please Wait..." : "Submit"}
-
-
+
); };