synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
38 lines (37 loc) • 1.51 kB
JavaScript
import { jsx as a, jsxs as e } from "react/jsx-runtime";
import n from "../../assets/icons/CertifiedUser.js";
function h({
userProfile: t,
isCertified: l
}) {
const { summary: r, industry: c, location: d, url: i } = t;
return /* @__PURE__ */ a("div", { className: "SRC-cardMetaData", children: /* @__PURE__ */ e("div", { className: "SRC-cardMetaData-scroll", children: [
r && /* @__PURE__ */ e("div", { children: [
/* @__PURE__ */ a("p", { className: "SRC-card-metadata-title", children: " Bio " }),
/* @__PURE__ */ a("p", { children: r })
] }),
i && /* @__PURE__ */ e("div", { children: [
/* @__PURE__ */ a("p", { className: "SRC-card-metadata-title", children: " More Info " }),
/* @__PURE__ */ a("p", { children: i })
] }),
c && /* @__PURE__ */ e("div", { children: [
/* @__PURE__ */ a("p", { className: "SRC-card-metadata-title", children: " Industry " }),
/* @__PURE__ */ a("p", { children: c })
] }),
d && /* @__PURE__ */ e("div", { children: [
/* @__PURE__ */ a("p", { className: "SRC-card-metadata-title", children: " Location " }),
/* @__PURE__ */ a("p", { children: d })
] }),
l && /* @__PURE__ */ e("div", { children: [
/* @__PURE__ */ a("p", { className: "SRC-card-metadata-title", children: " Access " }),
/* @__PURE__ */ e("p", { children: [
n,
" Certified Account"
] })
] })
] }) });
}
export {
h as UserCardLarge
};
//# sourceMappingURL=UserCardLarge.js.map