@gardenfi/garden-book 0.1.47 → 0.1.48
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
|
@@ -13278,7 +13278,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13278
13278
|
)
|
|
13279
13279
|
] })
|
|
13280
13280
|
}
|
|
13281
|
-
), appLink = "https://app.garden.finance", footerDetails = [
|
|
13281
|
+
), appLink = "https://app.garden.finance", websiteLink = "https://garden.finance", footerDetails = [
|
|
13282
13282
|
{
|
|
13283
13283
|
title: "Application",
|
|
13284
13284
|
targetSame: !0,
|
|
@@ -13305,7 +13305,7 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
13305
13305
|
links: [
|
|
13306
13306
|
{
|
|
13307
13307
|
title: "Blog",
|
|
13308
|
-
link: "/blog",
|
|
13308
|
+
link: websiteLink + "/blog",
|
|
13309
13309
|
isExternal: !1
|
|
13310
13310
|
},
|
|
13311
13311
|
{
|