From 3daf1a518edab9812bb13380e3aef8e6ea32543d Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 29 Oct 2025 21:11:40 +0700 Subject: [PATCH] feat(FE-208): add 'Purchase' link to navigation constants --- src/config/constant.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/constant.ts b/src/config/constant.ts index b5a12fb4..2331084e 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -40,6 +40,12 @@ export const MAIN_DRAWER_LINKS: MAIN_DRAWER_MENU[] = [ ], }, + { + title: 'Purchase', + link: '/purchase', + icon: 'gg:shopping-cart', + }, + { title: 'Persediaan', link: '/inventory',