@loafmarkets/ui 0.1.398 → 0.1.399
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 +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -20010,8 +20010,7 @@ var SiteFooter = () => {
|
|
|
20010
20010
|
/* @__PURE__ */ jsxs(LegalLinks, { children: [
|
|
20011
20011
|
/* @__PURE__ */ jsx(LegalLink, { href: "/privacy", children: "Privacy Policy" }),
|
|
20012
20012
|
/* @__PURE__ */ jsx(LegalLink, { href: "/terms", children: "Terms of Use" }),
|
|
20013
|
-
/* @__PURE__ */ jsx(LegalLink, { href: "/cookies", children: "Cookie Policy" })
|
|
20014
|
-
/* @__PURE__ */ jsx(LegalLink, { href: "/risk", children: "Risk Warning" })
|
|
20013
|
+
/* @__PURE__ */ jsx(LegalLink, { href: "/cookies", children: "Cookie Policy" })
|
|
20015
20014
|
] })
|
|
20016
20015
|
] }),
|
|
20017
20016
|
/* @__PURE__ */ jsx(Disclaimer2, { children: /* @__PURE__ */ jsx(DisclaimerText, { children: "Warning: Digital asset prices can be volatile. The value of your investment can go down or up and you may not get back the amount invested. Past gains are not indicative of future returns. You are solely responsible for your investment decisions and Loaf is not liable for any losses you may incur. The information here should not be regarded as financial or investment advice. For more information, see our Terms of Use and Risk Warning." }) })
|