@applica-software-guru/react-admin 1.5.234 → 1.5.235

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.
@@ -1,9 +1,16 @@
1
- import { DashboardOutlined, FlagOutlined, NotificationOutlined, TableOutlined, UserOutlined } from '@ant-design/icons';
1
+ import {
2
+ DashboardOutlined,
3
+ FlagOutlined,
4
+ NotificationOutlined,
5
+ TableOutlined,
6
+ TagOutlined,
7
+ UserOutlined
8
+ } from '@ant-design/icons';
2
9
 
3
10
  export const menu = [
4
11
  {
5
12
  id: 'dashboard',
6
- title: 'Dashboard AA',
13
+ title: 'Dashboard',
7
14
  type: 'group',
8
15
  icon: DashboardOutlined,
9
16
  children: [
@@ -57,7 +64,7 @@ export const menu = [
57
64
  title: 'ra.menu.item.entities/category',
58
65
  type: 'item',
59
66
  url: '/entities/category',
60
- icon: FlagOutlined
67
+ icon: TagOutlined
61
68
  },
62
69
  {
63
70
  id: 'entities/user',