From 86926e18afd3eaa89d5aee676c971aee49a83c71 Mon Sep 17 00:00:00 2001 From: SeongHyun Kim Date: Thu, 2 Apr 2026 11:44:32 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=9E=91=EC=97=85=EC=A7=80?= =?UTF-8?q?=EC=8B=9C/=EC=83=9D=EC=82=B0=EC=8B=A4=EC=A0=81=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=ED=99=88=EC=97=90=EC=84=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20(=EC=83=9D=EC=82=B0=EA=B4=80=EB=A6=AC=20=EB=A9=94?= =?UTF-8?q?=EB=89=B4=20=EC=95=88=EC=9C=BC=EB=A1=9C=20=EC=9D=B4=EB=8F=99)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/pop/hardcoded/MenuIcons.tsx | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/frontend/components/pop/hardcoded/MenuIcons.tsx b/frontend/components/pop/hardcoded/MenuIcons.tsx index dc9b642c..94a56813 100644 --- a/frontend/components/pop/hardcoded/MenuIcons.tsx +++ b/frontend/components/pop/hardcoded/MenuIcons.tsx @@ -86,30 +86,7 @@ const MENU_ITEMS: MenuIconItem[] = [ ), href: "/pop/screens/inventory", }, - { - id: "work-order", - title: "작업지시", - gradient: "linear-gradient(135deg,#ec4899,#be185d)", - shadowColor: "rgba(236,72,153,.3)", - icon: ( - - - - ), - href: "/pop/work", - }, - { - id: "performance", - title: "생산실적", - gradient: "linear-gradient(135deg,#14b8a6,#0f766e)", - shadowColor: "rgba(20,184,166,.3)", - icon: ( - - - - ), - href: "/pop/screens/performance", - }, + // 작업지시, 생산실적은 생산관리(/pop/production) 메뉴 안으로 이동 { id: "safety", title: "안전관리",