diff --git a/src/components/Organization/AssignOrg.jsx b/src/components/Organization/AssignOrg.jsx index d0886a62..32dc91fa 100644 --- a/src/components/Organization/AssignOrg.jsx +++ b/src/components/Organization/AssignOrg.jsx @@ -92,95 +92,93 @@ const AssignOrg = ({ setStep }) => { return (
{/* Organization Info Display */} -
-
+
+
logo

{orgData.name}

+ src="/public/assets/img/orgLogo.png" + alt="logo" + width={40} + height={40} + /> +

{orgData.name}

-
- + +
+
+ +
+ Organization Info +
+ + {/* Contact Person */} +
+
+
+ Contact Person :
+
{orgData.contactPerson}
-
Organization Info
- {/* Contact Info */} -
-
- -
{orgData.contactPerson}
+ + {/* Contact Number */} +
+
+
+ Contact Number : +
+
{orgData.contactNumber}
-
-
- -
{orgData.contactNumber}
+ + {/* Email */} +
+
+
+ Email Address : +
+
{orgData.email}
-
-
- -
{orgData.email}
+ + {/* SPRID */} +
+
+
+ Service Provider Id : +
+
{orgData.sprid}
-
-
- -
{orgData.sprid}
-
-
-
-
- -
{orgData.address}
+ + {/* Address */} +
+
+
+ Address : +
+
{orgData.address}
{/* Form */} -
+
- {/* Show fields only if flowType is NOT default */} {flowType !== "default" && ( <> {/* Organization Type */} -
-