@veniceswap/uikit 0.65.11 → 0.65.12
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.cjs.js +12 -12
- package/dist/index.esm.js +12 -12
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -4753,18 +4753,18 @@ var socials = [
|
|
4753
4753
|
];
|
4754
4754
|
var privacyLinks = [
|
4755
4755
|
{ label: "\u00A9 ".concat(new Date().getFullYear(), " Venice."), href: "" },
|
4756
|
-
{
|
4757
|
-
|
4758
|
-
|
4759
|
-
},
|
4760
|
-
{
|
4761
|
-
|
4762
|
-
|
4763
|
-
},
|
4764
|
-
{
|
4765
|
-
|
4766
|
-
|
4767
|
-
},
|
4756
|
+
// {
|
4757
|
+
// label: "Privacy",
|
4758
|
+
// href: "https://venice.finance",
|
4759
|
+
// },
|
4760
|
+
// {
|
4761
|
+
// label: "Policy",
|
4762
|
+
// href: "https://venice.finance",
|
4763
|
+
// },
|
4764
|
+
// {
|
4765
|
+
// label: "Terms of Use ",
|
4766
|
+
// href: "https://venice.finance",
|
4767
|
+
// },
|
4768
4768
|
{
|
4769
4769
|
label: "Findora Network ",
|
4770
4770
|
href: "https://findora.org/",
|
package/dist/index.esm.js
CHANGED
@@ -4721,18 +4721,18 @@ var socials = [
|
|
4721
4721
|
];
|
4722
4722
|
var privacyLinks = [
|
4723
4723
|
{ label: "\u00A9 ".concat(new Date().getFullYear(), " Venice."), href: "" },
|
4724
|
-
{
|
4725
|
-
|
4726
|
-
|
4727
|
-
},
|
4728
|
-
{
|
4729
|
-
|
4730
|
-
|
4731
|
-
},
|
4732
|
-
{
|
4733
|
-
|
4734
|
-
|
4735
|
-
},
|
4724
|
+
// {
|
4725
|
+
// label: "Privacy",
|
4726
|
+
// href: "https://venice.finance",
|
4727
|
+
// },
|
4728
|
+
// {
|
4729
|
+
// label: "Policy",
|
4730
|
+
// href: "https://venice.finance",
|
4731
|
+
// },
|
4732
|
+
// {
|
4733
|
+
// label: "Terms of Use ",
|
4734
|
+
// href: "https://venice.finance",
|
4735
|
+
// },
|
4736
4736
|
{
|
4737
4737
|
label: "Findora Network ",
|
4738
4738
|
href: "https://findora.org/",
|