Ignore:
Timestamp:
02/26/25 10:05:32 (5 weeks ago)
Author:
Naum Shapkarovski <naumshapkarovski@…>
Branches:
main
Children:
299af01
Parents:
5d6f37a
Message:

feat: implement employees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/layouts/dashboard/config-navigation.tsx

    r5d6f37a r057453c  
    5353        items: [
    5454          {
    55             title: 'banking',
     55            title: 'dashboard',
    5656            path: paths.dashboard.banking,
    5757            icon: ICONS.banking,
     
    8585            ],
    8686          },
     87          {
     88            title: 'Employees',
     89            path: paths.dashboard.employee.list,
     90            icon: <SvgColor src="/assets/icons/navbar/ic_user.svg" />,
     91            children: [
     92              { title: 'list', path: paths.dashboard.employee.list },
     93              { title: 'create', path: paths.dashboard.employee.new },
     94            ],
     95          },
    8796        ],
    8897      },
Note: See TracChangeset for help on using the changeset viewer.