@ichaingo/header 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -290,8 +290,8 @@ function z({ onClick: t = () => {
290
290
  },
291
291
  {
292
292
  baseUrl: process.env.NEXT_PUBLIC_ICHAINGO_SEARCH_BASEURL,
293
- href: `/market?theme=${i || m}`,
294
- key: "/market",
293
+ href: `/ranking/token?theme=${i || m}`,
294
+ key: "/ranking",
295
295
  label: /* @__PURE__ */ e(u, { value: "market", parentKey: "menu" })
296
296
  }
297
297
  ].filter((h) => r ? !["/explorer", "/chat", "/sql"].includes(h.key) : !0), x = U(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichaingo/header",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -29,16 +29,16 @@
29
29
  "rollup-plugin-preserve-use-client": "^1.0.0",
30
30
  "tailwind-merge": "^2.5.5",
31
31
  "next": "15.1.6",
32
- "@ichaingo/auth": "1.2.5",
33
- "@ichaingo/avatar": "1.2.5",
34
- "@ichaingo/better-link": "1.2.5",
35
- "@ichaingo/image": "1.2.5",
36
- "@ichaingo/link": "1.2.5",
37
- "@ichaingo/translation": "1.2.5",
38
- "@ichaingo/theme-toggle": "1.2.5",
39
- "@ichaingo/i18n": "1.2.5",
40
- "@ichaingo/providers": "1.2.5",
41
- "@ichaingo/ui": "1.2.5"
32
+ "@ichaingo/image": "1.2.6",
33
+ "@ichaingo/auth": "1.2.6",
34
+ "@ichaingo/avatar": "1.2.6",
35
+ "@ichaingo/link": "1.2.6",
36
+ "@ichaingo/translation": "1.2.6",
37
+ "@ichaingo/ui": "1.2.6",
38
+ "@ichaingo/better-link": "1.2.6",
39
+ "@ichaingo/i18n": "1.2.6",
40
+ "@ichaingo/providers": "1.2.6",
41
+ "@ichaingo/theme-toggle": "1.2.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/js-cookie": "^3.0.6"