@gardenfi/garden-book 0.1.59 → 0.1.60
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/ui.cjs.js +1 -1
- package/dist/ui.es.js +2 -2
- package/dist/ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -13435,8 +13435,8 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13435
13435
|
),
|
|
13436
13436
|
...s,
|
|
13437
13437
|
children: [
|
|
13438
|
-
/* @__PURE__ */ jsx("img", { src: e, className: "gf-absolute gf-left-0 gf-w-5 gf-h-5 gf-z-30" }),
|
|
13439
|
-
t ? /* @__PURE__ */ jsx("img", { src: t, className: "gf-absolute gf-right-0 gf-w-5 gf-h-5 gf-z-20" }) : null
|
|
13438
|
+
/* @__PURE__ */ jsx("img", { src: e, className: "gf-absolute gf-left-0 gf-w-5 gf-h-5 gf-z-30 gf-rounded-full" }),
|
|
13439
|
+
t ? /* @__PURE__ */ jsx("img", { src: t, className: "gf-absolute gf-right-0 gf-w-5 gf-h-5 gf-z-20 gf-rounded-full" }) : null
|
|
13440
13440
|
]
|
|
13441
13441
|
}
|
|
13442
13442
|
), appLink = "https://app.garden.finance", websiteLink = "https://garden.finance", footerDetails = [
|