@burdenoff/website-sdk 2026.727.2 → 2026.728.2
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/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -0
- package/dist/index.mjs.map +1 -1
- package/dist/store/index.js +15 -0
- package/dist/store/index.js.map +1 -1
- package/dist/store/index.mjs +15 -0
- package/dist/store/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/store/index.js
CHANGED
|
@@ -1209,6 +1209,21 @@ function StoreHomePage({
|
|
|
1209
1209
|
children: "Browse the store"
|
|
1210
1210
|
}
|
|
1211
1211
|
)
|
|
1212
|
+
] }),
|
|
1213
|
+
/* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-4 text-xs text-muted-foreground", children: [
|
|
1214
|
+
"By submitting a listing you agree to the",
|
|
1215
|
+
" ",
|
|
1216
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1217
|
+
"a",
|
|
1218
|
+
{
|
|
1219
|
+
href: "https://burdenoff.com/developer-agreement",
|
|
1220
|
+
target: "_blank",
|
|
1221
|
+
rel: "noopener noreferrer",
|
|
1222
|
+
className: "underline hover:text-foreground",
|
|
1223
|
+
children: "Marketplace & Developer Agreement"
|
|
1224
|
+
}
|
|
1225
|
+
),
|
|
1226
|
+
"."
|
|
1212
1227
|
] })
|
|
1213
1228
|
] })
|
|
1214
1229
|
] })
|