@oxyhq/services 0.0.47 → 0.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountSwitcherModal.d.ts","sourceRoot":"","sources":["../../../src/components/auth/AccountSwitcherModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyB/B,eAAO,MAAM,oBAAoB;aAEpB,MAAM,IAAI;
|
|
1
|
+
{"version":3,"file":"AccountSwitcherModal.d.ts","sourceRoot":"","sources":["../../../src/components/auth/AccountSwitcherModal.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAyB/B,eAAO,MAAM,oBAAoB;aAEpB,MAAM,IAAI;2CAkErB,CAAC"}
|
|
@@ -31,7 +31,7 @@ export const AccountSwitcherModal = forwardRef(({ onClose }, ref) => {
|
|
|
31
31
|
React.createElement(AiOutlineClose, { className: "h-5 w-5 rounded-full stroke-2 text-zinc-700" })),
|
|
32
32
|
React.createElement("p", null, session?.user?.email),
|
|
33
33
|
React.createElement("div", { className: "h-20 w-20 rounded-full border" },
|
|
34
|
-
React.createElement(Avatar, { userImage: session?.user?.avatar, className: "h-full w-full rounded-full object-center",
|
|
34
|
+
React.createElement(Avatar, { userImage: session?.user?.avatar, className: "h-full w-full rounded-full object-center", draggable: false, alt: "avatar" })),
|
|
35
35
|
React.createElement("h2", { className: "md:text-2xl text-xl font-normal" },
|
|
36
36
|
"Hi, ",
|
|
37
37
|
session?.user?.name,
|