@oxyhq/services
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -43,3 +43,3 @@ "use client"; | ||
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("h2", { className: "text-2xl text-xl font-normal" }, | ||
React.createElement("h2", { className: "tablet:text-2xl text-xl font-normal" }, | ||
"Hi, ", | ||
@@ -50,6 +50,6 @@ session?.user?.name, | ||
React.createElement("div", { className: "flex space-x-1" }, | ||
React.createElement("button", { className: "w-44 flex w-36 items-center space-x-2 rounded-l-full bg-white py-3 pl-3 hover:bg-zinc-200" }, | ||
React.createElement("button", { className: "tablet:w-44 flex w-36 items-center space-x-2 rounded-l-full bg-white py-3 pl-3 hover:bg-zinc-200" }, | ||
React.createElement(HiOutlinePlus, { className: "h-7 w-7 rounded-full bg-indigo-50 p-1 text-blue-500" }), | ||
React.createElement("span", null, "Add account")), | ||
React.createElement("button", { className: "w-44 flex w-36 items-center space-x-2 rounded-r-full bg-white py-3 pl-3 hover:bg-zinc-200" }, | ||
React.createElement("button", { className: "tablet:w-44 flex w-36 items-center space-x-2 rounded-r-full bg-white py-3 pl-3 hover:bg-zinc-200" }, | ||
React.createElement(PiSignOutBold, { className: "h-6 w-6" }), | ||
@@ -56,0 +56,0 @@ React.createElement("span", null, "Sign out"))), |
{ | ||
"name": "@oxyhq/services", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "homepage": "https://oxy.so/", |
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
79138