@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.mjs
CHANGED
|
@@ -1183,6 +1183,21 @@ function StoreHomePage({
|
|
|
1183
1183
|
children: "Browse the store"
|
|
1184
1184
|
}
|
|
1185
1185
|
)
|
|
1186
|
+
] }),
|
|
1187
|
+
/* @__PURE__ */ jsxs("p", { className: "mt-4 text-xs text-muted-foreground", children: [
|
|
1188
|
+
"By submitting a listing you agree to the",
|
|
1189
|
+
" ",
|
|
1190
|
+
/* @__PURE__ */ jsx(
|
|
1191
|
+
"a",
|
|
1192
|
+
{
|
|
1193
|
+
href: "https://burdenoff.com/developer-agreement",
|
|
1194
|
+
target: "_blank",
|
|
1195
|
+
rel: "noopener noreferrer",
|
|
1196
|
+
className: "underline hover:text-foreground",
|
|
1197
|
+
children: "Marketplace & Developer Agreement"
|
|
1198
|
+
}
|
|
1199
|
+
),
|
|
1200
|
+
"."
|
|
1186
1201
|
] })
|
|
1187
1202
|
] })
|
|
1188
1203
|
] })
|