l-min-components 1.0.928 → 1.0.930

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.928",
3
+ "version": "1.0.930",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -159,7 +159,7 @@ const AppMainLayout = () => {
159
159
  "Hello",
160
160
  "API",
161
161
  "Documentation",
162
- "Report",
162
+ "Reports",
163
163
  "Created",
164
164
  "Report",
165
165
  "Dictionary",
@@ -106,7 +106,7 @@ export const sideMenuOptions = [
106
106
  path: "/developer/report",
107
107
  icon: <AwardIcon />,
108
108
  iconActive: <AwardIconActive />,
109
- text: "Report",
109
+ text: "Reports",
110
110
  },
111
111
  ],
112
112
  },