@gardenfi/garden-book 0.1.43 → 0.1.44
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/style.css +1 -1
- package/dist/ui.cjs.js +5 -5
- package/dist/ui.es.js +28 -9
- package/dist/ui.umd.js +5 -5
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -13294,8 +13294,8 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13294
13294
|
isExternal: !0
|
|
13295
13295
|
},
|
|
13296
13296
|
{
|
|
13297
|
-
title: "
|
|
13298
|
-
link: appLink + "/
|
|
13297
|
+
title: "Quests",
|
|
13298
|
+
link: appLink + "/quests",
|
|
13299
13299
|
isExternal: !0
|
|
13300
13300
|
}
|
|
13301
13301
|
]
|
|
@@ -13308,10 +13308,20 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13308
13308
|
link: "/blog",
|
|
13309
13309
|
isExternal: !1
|
|
13310
13310
|
},
|
|
13311
|
+
{
|
|
13312
|
+
title: "Docs",
|
|
13313
|
+
link: "https://docs.garden.finance",
|
|
13314
|
+
isExternal: !0
|
|
13315
|
+
},
|
|
13311
13316
|
{
|
|
13312
13317
|
title: "Audits",
|
|
13313
13318
|
link: "https://github.com/catalogfi/audits",
|
|
13314
13319
|
isExternal: !0
|
|
13320
|
+
},
|
|
13321
|
+
{
|
|
13322
|
+
title: "Media Kit",
|
|
13323
|
+
link: "https://docs.garden.finance/home/garden-brand-guide",
|
|
13324
|
+
isExternal: !0
|
|
13315
13325
|
}
|
|
13316
13326
|
]
|
|
13317
13327
|
},
|
|
@@ -13377,16 +13387,25 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13377
13387
|
] }),
|
|
13378
13388
|
/* @__PURE__ */ jsx("hr", { className: "gf-mt-6 gf-mb-5 md:gf-mt-12 md:gf-mb-6 gf-border-dark-grey" }),
|
|
13379
13389
|
/* @__PURE__ */ jsxs("div", { className: "gf-flex gf-flex-col gf-gap-y-3 md:gf-flex-row gf-justify-between gf-items-center", children: [
|
|
13380
|
-
/* @__PURE__ */ jsxs("div", { className: "gf-flex gf-gap-
|
|
13381
|
-
/* @__PURE__ */ jsxs(
|
|
13382
|
-
"
|
|
13383
|
-
|
|
13390
|
+
/* @__PURE__ */ jsxs("div", { className: "gf-flex gf-gap-10", children: [
|
|
13391
|
+
/* @__PURE__ */ jsxs("div", { className: "gf-flex gf-gap-x-2 gf-items-center", children: [
|
|
13392
|
+
/* @__PURE__ */ jsxs(Typography, { size: "h4", weight: "medium", children: [
|
|
13393
|
+
"Powered by",
|
|
13394
|
+
" "
|
|
13395
|
+
] }),
|
|
13396
|
+
/* @__PURE__ */ jsx("a", { href: "https://catalog.fi", target: "_blank", children: /* @__PURE__ */ jsx(CatalogLogo, { width: 76 }) })
|
|
13384
13397
|
] }),
|
|
13385
|
-
/* @__PURE__ */
|
|
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
|
+
] })
|
|
13386
13405
|
] }),
|
|
13387
13406
|
/* @__PURE__ */ jsxs("div", { className: "gf-flex gf-gap-x-6 md:gf-gap-x-4", children: [
|
|
13388
|
-
/* @__PURE__ */ jsx("a", { href: "
|
|
13389
|
-
/* @__PURE__ */ jsx("a", { href: "
|
|
13407
|
+
/* @__PURE__ */ jsx("a", { href: "https://garden.finance/privacy.pdf", children: /* @__PURE__ */ jsx(Typography, { size: "h4", weight: "medium", children: "Privacy Policy" }) }),
|
|
13408
|
+
/* @__PURE__ */ jsx("a", { href: "https://garden.finance/terms.pdf", children: /* @__PURE__ */ jsx(Typography, { size: "h4", weight: "medium", children: "Terms of Service" }) })
|
|
13390
13409
|
] })
|
|
13391
13410
|
] })
|
|
13392
13411
|
]
|