diff --git a/src/components/common/ConfirmModal.jsx b/src/components/common/ConfirmModal.jsx
index 04e39cc4..a92cf3af 100644
--- a/src/components/common/ConfirmModal.jsx
+++ b/src/components/common/ConfirmModal.jsx
@@ -28,16 +28,19 @@ const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header}) => {
+
+
+
+
+ {header && < strong className='mb-0 font-weight-bold'>{header }}
-
-
+
- {header && < strong className='mb-0 font-weight-bold'>{header }}
{TypeofIcon(type)}
@@ -55,7 +58,7 @@ const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header}) => {
onClick={onClose}
disabled={loading}
>
- Cancel
+ No