@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.mjs CHANGED
@@ -7598,6 +7598,21 @@ function StoreHomePage({
7598
7598
  children: "Browse the store"
7599
7599
  }
7600
7600
  )
7601
+ ] }),
7602
+ /* @__PURE__ */ jsxs("p", { className: "mt-4 text-xs text-muted-foreground", children: [
7603
+ "By submitting a listing you agree to the",
7604
+ " ",
7605
+ /* @__PURE__ */ jsx(
7606
+ "a",
7607
+ {
7608
+ href: "https://burdenoff.com/developer-agreement",
7609
+ target: "_blank",
7610
+ rel: "noopener noreferrer",
7611
+ className: "underline hover:text-foreground",
7612
+ children: "Marketplace & Developer Agreement"
7613
+ }
7614
+ ),
7615
+ "."
7601
7616
  ] })
7602
7617
  ] })
7603
7618
  ] })