feat(FE-113): change title and add Transfer ke Laying link

This commit is contained in:
ValdiANS
2025-10-21 15:37:25 +07:00
parent 32d4c0268f
commit 6e6675d0a7
+6 -1
View File
@@ -13,7 +13,7 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
},
{
title: 'Production',
title: 'Produksi',
link: '/production',
icon: 'material-symbols:conveyor-belt-outline-rounded',
submenu: [
@@ -32,6 +32,11 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [
link: '/production/recording',
icon: 'mdi:clipboard-text',
},
{
title: 'Transfer ke Laying',
link: '/production/transfer-to-laying',
icon: 'streamline:transfer-van',
},
],
},