From 6e6675d0a7ac3c23b9e34f76966858e44ee29831 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Tue, 21 Oct 2025 15:37:25 +0700 Subject: [PATCH] feat(FE-113): change title and add Transfer ke Laying link --- src/config/constant.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/constant.ts b/src/config/constant.ts index c7546890..b7afc19a 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -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', + }, ], },