@gardenfi/garden-book 0.1.75 → 0.1.76
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 +2 -2
- package/dist/ui.es.js +10 -10
- package/dist/ui.umd.js +2 -2
- package/package.json +1 -1
package/dist/ui.es.js
CHANGED
|
@@ -14220,12 +14220,12 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
14220
14220
|
title: "Stake",
|
|
14221
14221
|
link: "https://new.garden.finance/stake",
|
|
14222
14222
|
isExternal: !0
|
|
14223
|
-
},
|
|
14224
|
-
{
|
|
14225
|
-
title: "Quests",
|
|
14226
|
-
link: appLink + "/quests",
|
|
14227
|
-
isExternal: !0
|
|
14228
14223
|
}
|
|
14224
|
+
// {
|
|
14225
|
+
// title: "Quests",
|
|
14226
|
+
// link: appLink + "/quests",
|
|
14227
|
+
// isExternal: true,
|
|
14228
|
+
// },
|
|
14229
14229
|
]
|
|
14230
14230
|
},
|
|
14231
14231
|
{
|
|
@@ -14276,11 +14276,11 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
|
|
|
14276
14276
|
link: " https://discord.gg/dZwSjh9922",
|
|
14277
14277
|
isExternal: !0
|
|
14278
14278
|
},
|
|
14279
|
-
{
|
|
14280
|
-
|
|
14281
|
-
|
|
14282
|
-
|
|
14283
|
-
},
|
|
14279
|
+
// {
|
|
14280
|
+
// title: "Telegram",
|
|
14281
|
+
// link: "https://t.me/GardenTownhall",
|
|
14282
|
+
// isExternal: true,
|
|
14283
|
+
// },
|
|
14284
14284
|
{
|
|
14285
14285
|
title: "X",
|
|
14286
14286
|
link: "https://twitter.com/intent/follow?screen_name=garden_finance",
|