@ludo.ninja/components 2.3.99 → 2.4.1

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.
@@ -88,20 +88,20 @@ const useSidebarData = () => {
88
88
  ];
89
89
  }
90
90
  return [
91
- {
92
- href: `${ludoDomains_1.ludoDomains[NEXT_PUBLIC_ENV_VALUE]["app"]}/trends`,
93
- title: "Trends",
94
- icon: (0, jsx_runtime_1.jsx)(icons_1.LeaderboardsIcon, {}),
95
- isExternalUrl: false,
96
- },
91
+ // {
92
+ // href: `${ludoDomains[NEXT_PUBLIC_ENV_VALUE as TEnvValue]["app"]}/trends`,
93
+ // title: "Trends",
94
+ // icon: <LeaderboardsIcon />,
95
+ // isExternalUrl: false,
96
+ // },
97
97
  ...(isAuthorized
98
98
  ? [
99
- {
100
- href: `${ludoDomains_1.ludoDomains[NEXT_PUBLIC_ENV_VALUE]["account"]}/monitoring`,
101
- title: "Monitoring",
102
- icon: (0, jsx_runtime_1.jsx)(icons_1.MonitoringIcon, {}),
103
- isExternalUrl: false,
104
- },
99
+ // {
100
+ // href: `${ludoDomains[NEXT_PUBLIC_ENV_VALUE as TEnvValue]["account"]}/monitoring`,
101
+ // title: "Monitoring",
102
+ // icon: <MonitoringIcon />,
103
+ // isExternalUrl: false,
104
+ // },
105
105
  {
106
106
  href: `${ludoDomains_1.ludoDomains[NEXT_PUBLIC_ENV_VALUE]["app"]}/rewards/${userId}`,
107
107
  title: "Rewards",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.3.99",
3
+ "version": "2.4.1",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",