From 12e37b24b0bc856a101d146170e2efb8603d9da0 Mon Sep 17 00:00:00 2001 From: kyy Date: Thu, 14 May 2026 14:17:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=20?= =?UTF-8?q?=EB=A9=94=EB=89=B4=20=EC=88=9C=EC=84=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/src/components/layout/AppLayout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devfront/src/components/layout/AppLayout.tsx b/devfront/src/components/layout/AppLayout.tsx index 8e371d46..d125c8bf 100644 --- a/devfront/src/components/layout/AppLayout.tsx +++ b/devfront/src/components/layout/AppLayout.tsx @@ -41,18 +41,18 @@ const navItems = [ to: "/", icon: LayoutDashboard, }, - { - labelKey: "ui.dev.nav.clients", - labelFallback: "Clients", - to: "/clients", - icon: ShieldHalf, - }, { labelKey: "ui.dev.nav.developer_request", labelFallback: "Developer Access Request", to: "/developer-requests", icon: ClipboardCheck, }, + { + labelKey: "ui.dev.nav.clients", + labelFallback: "Clients", + to: "/clients", + icon: ShieldHalf, + }, { labelKey: "ui.dev.nav.audit_logs", labelFallback: "Audit Logs",