@gardenfi/garden-book 0.1.44 → 0.1.46

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.es.js CHANGED
@@ -13395,13 +13395,20 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
13395
13395
  ] }),
13396
13396
  /* @__PURE__ */ jsx("a", { href: "https://catalog.fi", target: "_blank", children: /* @__PURE__ */ jsx(CatalogLogo, { width: 76 }) })
13397
13397
  ] }),
13398
- /* @__PURE__ */ jsxs("div", { className: "gf-flex gf-gap-x-2 gf-items-center", children: [
13399
- /* @__PURE__ */ jsxs(Typography, { size: "h4", weight: "medium", children: [
13400
- "Audited by",
13401
- " "
13402
- ] }),
13403
- /* @__PURE__ */ jsx(TrailOfBits, { width: 36 })
13404
- ] })
13398
+ /* @__PURE__ */ jsxs(
13399
+ "a",
13400
+ {
13401
+ href: "https://github.com/catalogfi/audits/blob/main/TrailOfBits.pdf",
13402
+ className: "gf-flex gf-gap-x-2 gf-items-center",
13403
+ children: [
13404
+ /* @__PURE__ */ jsxs(Typography, { size: "h4", weight: "medium", children: [
13405
+ "Audited by",
13406
+ " "
13407
+ ] }),
13408
+ /* @__PURE__ */ jsx(TrailOfBits, { width: 36 })
13409
+ ]
13410
+ }
13411
+ )
13405
13412
  ] }),
13406
13413
  /* @__PURE__ */ jsxs("div", { className: "gf-flex gf-gap-x-6 md:gf-gap-x-4", children: [
13407
13414
  /* @__PURE__ */ jsx("a", { href: "https://garden.finance/privacy.pdf", children: /* @__PURE__ */ jsx(Typography, { size: "h4", weight: "medium", children: "Privacy Policy" }) }),