@arcblock/ux 2.12.12 → 2.12.14

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.
@@ -1464,7 +1464,7 @@ export default function Products({
1464
1464
  icon: /*#__PURE__*/_jsx(CreatorStudioSvg, {})
1465
1465
  }], [{
1466
1466
  label: /*#__PURE__*/_jsx(Link, {
1467
- to: `https://www.aigne.io/${locale}`,
1467
+ to: "https://www.aigne.io/",
1468
1468
  target: "_blank",
1469
1469
  rel: "noreferrer noopener",
1470
1470
  children: "AIGNE"
@@ -1504,7 +1504,7 @@ export default function Products({
1504
1504
  icon: /*#__PURE__*/_jsx(AIKitSvg, {})
1505
1505
  }], [{
1506
1506
  label: /*#__PURE__*/_jsx(Link, {
1507
- to: `https://store.blocklet.dev/${locale}`,
1507
+ to: `https://store.blocklet.dev/?locale=${locale}`,
1508
1508
  target: "_blank",
1509
1509
  rel: "noreferrer noopener",
1510
1510
  children: "Blocklet Store"
@@ -1544,7 +1544,7 @@ export default function Products({
1544
1544
  icon: /*#__PURE__*/_jsx(DidSvg, {})
1545
1545
  }, {
1546
1546
  label: /*#__PURE__*/_jsx(Link, {
1547
- to: `https://main.abtnetwork.io/${locale}`,
1547
+ to: "https://main.abtnetwork.io/",
1548
1548
  target: "_blank",
1549
1549
  rel: "noreferrer noopener",
1550
1550
  children: "ABT Network"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.12.12",
3
+ "version": "2.12.14",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -68,12 +68,12 @@
68
68
  "react": ">=18.2.0",
69
69
  "react-router-dom": ">=6.22.3"
70
70
  },
71
- "gitHead": "d4fb00f694f282048939f0681ee0fbce178b540d",
71
+ "gitHead": "ac2b40cdc5ca3cf446e5a1ced41d5eada7860cbd",
72
72
  "dependencies": {
73
73
  "@arcblock/did-motif": "^1.1.13",
74
- "@arcblock/icons": "^2.12.12",
75
- "@arcblock/nft-display": "^2.12.12",
76
- "@arcblock/react-hooks": "^2.12.12",
74
+ "@arcblock/icons": "^2.12.14",
75
+ "@arcblock/nft-display": "^2.12.14",
76
+ "@arcblock/react-hooks": "^2.12.14",
77
77
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
78
78
  "@fontsource/inter": "^5.0.16",
79
79
  "@fontsource/ubuntu-mono": "^5.0.18",
@@ -224,7 +224,7 @@ export default function Products({ className, isOpen, ...rest }: ProductsProps)
224
224
  [
225
225
  {
226
226
  label: (
227
- <Link to={`https://www.aigne.io/${locale}`} target="_blank" rel="noreferrer noopener">
227
+ <Link to="https://www.aigne.io/" target="_blank" rel="noreferrer noopener">
228
228
  AIGNE
229
229
  </Link>
230
230
  ),
@@ -273,7 +273,7 @@ export default function Products({ className, isOpen, ...rest }: ProductsProps)
273
273
  [
274
274
  {
275
275
  label: (
276
- <Link to={`https://store.blocklet.dev/${locale}`} target="_blank" rel="noreferrer noopener">
276
+ <Link to={`https://store.blocklet.dev/?locale=${locale}`} target="_blank" rel="noreferrer noopener">
277
277
  Blocklet Store
278
278
  </Link>
279
279
  ),
@@ -320,7 +320,7 @@ export default function Products({ className, isOpen, ...rest }: ProductsProps)
320
320
  },
321
321
  {
322
322
  label: (
323
- <Link to={`https://main.abtnetwork.io/${locale}`} target="_blank" rel="noreferrer noopener">
323
+ <Link to="https://main.abtnetwork.io/" target="_blank" rel="noreferrer noopener">
324
324
  ABT Network
325
325
  </Link>
326
326
  ),