@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 CHANGED
@@ -7628,6 +7628,21 @@ function StoreHomePage({
7628
7628
  children: "Browse the store"
7629
7629
  }
7630
7630
  )
7631
+ ] }),
7632
+ /* @__PURE__ */ jsxRuntime.jsxs("p", { className: "mt-4 text-xs text-muted-foreground", children: [
7633
+ "By submitting a listing you agree to the",
7634
+ " ",
7635
+ /* @__PURE__ */ jsxRuntime.jsx(
7636
+ "a",
7637
+ {
7638
+ href: "https://burdenoff.com/developer-agreement",
7639
+ target: "_blank",
7640
+ rel: "noopener noreferrer",
7641
+ className: "underline hover:text-foreground",
7642
+ children: "Marketplace & Developer Agreement"
7643
+ }
7644
+ ),
7645
+ "."
7631
7646
  ] })
7632
7647
  ] })
7633
7648
  ] })