@retinalabsllc/zairusjs 0.7.5 → 0.7.6
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -507,7 +507,7 @@ function AuthFormInner({
|
|
|
507
507
|
))))), /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full" }, /* @__PURE__ */ import_react6.default.createElement("div", { className: "w-5 h-5 bg-neutral-100 rounded-full flex items-center justify-center shrink-0 overflow-hidden relative" }, /* @__PURE__ */ import_react6.default.createElement(
|
|
508
508
|
"img",
|
|
509
509
|
{
|
|
510
|
-
src: "/
|
|
510
|
+
src: "https://retinaapps.com/og-image.jpg",
|
|
511
511
|
alt: "Retina Labs Logo",
|
|
512
512
|
className: "w-full h-full object-cover rounded-full",
|
|
513
513
|
onError: (e) => {
|
package/dist/index.mjs
CHANGED
|
@@ -430,7 +430,7 @@ function AuthFormInner({
|
|
|
430
430
|
))))), /* @__PURE__ */ React4.createElement("div", { className: "flex flex-col items-center gap-1.5 animate-in slide-in-from-bottom-3 duration-500 delay-100" }, /* @__PURE__ */ React4.createElement("div", { className: "flex items-center gap-2.5 px-3 py-1.5 bg-white rounded-full" }, /* @__PURE__ */ React4.createElement("div", { className: "w-5 h-5 bg-neutral-100 rounded-full flex items-center justify-center shrink-0 overflow-hidden relative" }, /* @__PURE__ */ React4.createElement(
|
|
431
431
|
"img",
|
|
432
432
|
{
|
|
433
|
-
src: "/
|
|
433
|
+
src: "https://retinaapps.com/og-image.jpg",
|
|
434
434
|
alt: "Retina Labs Logo",
|
|
435
435
|
className: "w-full h-full object-cover rounded-full",
|
|
436
436
|
onError: (e) => {
|