diff --git a/src/app/components/modal/modals/form/EditOwnerProfileModal.tsx b/src/app/components/modal/modals/form/EditOwnerProfileModal.tsx index d7b50c70..76434228 100644 --- a/src/app/components/modal/modals/form/EditOwnerProfileModal.tsx +++ b/src/app/components/modal/modals/form/EditOwnerProfileModal.tsx @@ -130,97 +130,106 @@ const EditOwnerProfileModal = ({ isOpen, onClose, className }: EditOwnerProfileM return (
-
-

사장님 정보 관리

+
+

사장님 정보 관리

-
-
-
-
-
- - + +
+
+
+
+
+ + +
+
-
-
- {fields.map((field) => ( -
- -
-
- - {field.icon &&
{field.icon}
} -
- {field.hint && ( -
-

{field.hint}

+ {fields.map((field) => ( +
+ +
+
+ + {field.icon && ( +
{field.icon}
+ )}
- )} + {field.hint && ( +
+

{field.hint}

+
+ )} +
-
- ))} + ))} +
-
- - +
+
+ + +