@oxyhq/services
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -7,6 +7,6 @@ "use client"; | ||
import { forwardRef } from "react"; | ||
import Image from "next/image"; | ||
import { HiOutlinePlus } from "react-icons/hi"; | ||
import { PiSignOutBold } from "react-icons/pi"; | ||
import { AiOutlineClose } from "react-icons/ai"; | ||
import { Avatar } from "../../features/profile"; | ||
import getUserById from "../../hooks/getUserById"; | ||
@@ -35,3 +35,3 @@ export const AccountSwitcherModal = forwardRef(({ onClose }, ref) => { | ||
React.createElement("div", { className: "h-20 w-20 rounded-full border" }, | ||
React.createElement(Image, { src: session?.user?.avatar, className: "h-full w-full rounded-full object-center", height: 500, width: 500, draggable: false, alt: "avatar" })), | ||
React.createElement(Avatar, { userImage: session?.user?.avatar, className: "h-full w-full rounded-full object-center", height: 500, width: 500, draggable: false, alt: "avatar" })), | ||
React.createElement("h2", { className: "md:text-2xl text-xl font-normal" }, | ||
@@ -38,0 +38,0 @@ "Hi, ", |
{ | ||
"name": "@oxyhq/services", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://oxy.so/", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79817