diff --git a/src/components/common/TextEditor/Editor.jsx b/src/components/common/TextEditor/Editor.jsx index 84f9728f..dd6938f2 100644 --- a/src/components/common/TextEditor/Editor.jsx +++ b/src/components/common/TextEditor/Editor.jsx @@ -29,21 +29,22 @@ const Editor = ({ "code-block", "link", "align", - "image" + "image", ]; return (
-
+
{/* Left: Quill Format Buttons */} -
- {/* Right: Submit + Cancel Buttons */} -
- - Cancel - - - {loading ? "Please Wait..." : "Submit"} - -
- + {/* Right: Submit + Cancel Buttons */} +
+ + Cancel + + + {loading ? "Please Wait..." : "Submit"} + +
); };