From 2b4ec07185e657c8909cd2b17ef5dbb001a3267b Mon Sep 17 00:00:00 2001 From: Abizrh Date: Fri, 29 Aug 2025 15:08:24 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=EF=B8=8F=20refactor=20(sysmenu):=20re?= =?UTF-8?q?name=20user=20menu=20to=20employee=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/constants.ts | 2 +- public/side-menu-items/sys.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/constants.ts b/app/lib/constants.ts index fb6b9171..d904a87e 100644 --- a/app/lib/constants.ts +++ b/app/lib/constants.ts @@ -72,7 +72,7 @@ export const dischargeMethodCodes: Record = { } export const genderCodes: Record = { - male: 'Laki - Laki', + male: 'Laki', female: 'Perempuan', 'not-stated': 'Tidak Disebutkan', unknown: 'Tidak Diketahui', diff --git a/public/side-menu-items/sys.json b/public/side-menu-items/sys.json index 2b803fc0..f11a63e1 100644 --- a/public/side-menu-items/sys.json +++ b/public/side-menu-items/sys.json @@ -37,7 +37,7 @@ { "title": "User", "icon": "i-lucide-user", - "link": "/human-src/user" + "link": "/human-src/employee" } ] },