@veniceswap/uikit 0.65.3 → 0.65.4
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/components/Svg/Icons/Medium.d.ts +4 -0
- package/dist/index.cjs.js +11 -1
- package/dist/index.esm.js +11 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
@@ -4738,7 +4738,17 @@ var socials = [
|
|
4738
4738
|
{
|
4739
4739
|
label: "Discord",
|
4740
4740
|
icon: "Discord",
|
4741
|
-
href: "https://discord.gg/
|
4741
|
+
href: "https://discord.gg/GF2XXdnZ8r",
|
4742
|
+
},
|
4743
|
+
{
|
4744
|
+
label: "Medium",
|
4745
|
+
icon: "Medium",
|
4746
|
+
href: "https://medium.com/venice-finance",
|
4747
|
+
},
|
4748
|
+
{
|
4749
|
+
label: "Github",
|
4750
|
+
icon: "Github",
|
4751
|
+
href: "https://github.com/VeniceFinance",
|
4742
4752
|
},
|
4743
4753
|
];
|
4744
4754
|
var privacyLinks = [
|
package/dist/index.esm.js
CHANGED
@@ -4706,7 +4706,17 @@ var socials = [
|
|
4706
4706
|
{
|
4707
4707
|
label: "Discord",
|
4708
4708
|
icon: "Discord",
|
4709
|
-
href: "https://discord.gg/
|
4709
|
+
href: "https://discord.gg/GF2XXdnZ8r",
|
4710
|
+
},
|
4711
|
+
{
|
4712
|
+
label: "Medium",
|
4713
|
+
icon: "Medium",
|
4714
|
+
href: "https://medium.com/venice-finance",
|
4715
|
+
},
|
4716
|
+
{
|
4717
|
+
label: "Github",
|
4718
|
+
icon: "Github",
|
4719
|
+
href: "https://github.com/VeniceFinance",
|
4710
4720
|
},
|
4711
4721
|
];
|
4712
4722
|
var privacyLinks = [
|