@veniceswap/uikit 0.65.24 → 0.65.25

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 CHANGED
@@ -4764,11 +4764,11 @@ var socials = [
4764
4764
  icon: "Telegram",
4765
4765
  href: "https://t.me/venicefinance",
4766
4766
  },
4767
- {
4768
- label: "Discord",
4769
- icon: "Discord",
4770
- href: "https://discord.gg/GF2XXdnZ8r",
4771
- },
4767
+ // {
4768
+ // label: "Discord",
4769
+ // icon: "Discord",
4770
+ // href: "https://discord.gg/GF2XXdnZ8r",
4771
+ // },
4772
4772
  {
4773
4773
  label: "Medium",
4774
4774
  icon: "Medium",
package/dist/index.esm.js CHANGED
@@ -4732,11 +4732,11 @@ var socials = [
4732
4732
  icon: "Telegram",
4733
4733
  href: "https://t.me/venicefinance",
4734
4734
  },
4735
- {
4736
- label: "Discord",
4737
- icon: "Discord",
4738
- href: "https://discord.gg/GF2XXdnZ8r",
4739
- },
4735
+ // {
4736
+ // label: "Discord",
4737
+ // icon: "Discord",
4738
+ // href: "https://discord.gg/GF2XXdnZ8r",
4739
+ // },
4740
4740
  {
4741
4741
  label: "Medium",
4742
4742
  icon: "Medium",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veniceswap/uikit",
3
- "version": "0.65.24",
3
+ "version": "0.65.25",
4
4
  "description": "Set of UI components for pancake projects",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",