|
|
@@ -24,16 +24,16 @@
|
|
|
{ name: 'Mesas', path: '/dashboard/tables', icon: 'table_bar' },
|
|
|
{ name: 'Produtos', path: '/dashboard/products', icon: 'product_sell' },
|
|
|
{ name: 'Relatórios', path: '/dashboard/reports', icon: 'report_icon' },
|
|
|
- { name: 'Cozinha', path: '/dashboard/cozinha', icon: 'kitchen_icon' },
|
|
|
+ { name: 'Cozinha', path: '/dashboard/kitchen', icon: 'kitchen_icon' },
|
|
|
{ name: 'Gerenciar Usuários', path: '/dashboard/mananger', icon: 'mananger' }
|
|
|
];
|
|
|
} else if (flag == 'kitchen') {
|
|
|
- navItems = [{ name: 'Cozinha', path: '/dashboard/cozinha', icon: 'kitchen_icon' }];
|
|
|
+ navItems = [{ name: 'Cozinha', path: '/dashboard/kitchen', icon: 'kitchen_icon' }];
|
|
|
} else if (flag == 'cashier') {
|
|
|
navItems = [
|
|
|
{ name: 'Mesas', path: '/dashboard/tables', icon: 'table_bar' },
|
|
|
{ name: 'Relatórios', path: '/dashboard/reports', icon: 'report_icon' },
|
|
|
- { name: 'Cozinha', path: '/dashboard/cozinha', icon: 'kitchen_icon' }
|
|
|
+ { name: 'Cozinha', path: '/dashboard/kitchen', icon: 'kitchen_icon' }
|
|
|
];
|
|
|
}
|
|
|
});
|