From 4a49dec4669b95c952dc2b6e3601294281fff2c1 Mon Sep 17 00:00:00 2001 From: chpark Date: Thu, 26 Dec 2024 14:00:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=BC=EC=AA=BD=20=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plm-app/src/components/layout/SideNav.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plm-app/src/components/layout/SideNav.tsx b/plm-app/src/components/layout/SideNav.tsx index 33cb7a3..fdf4048 100644 --- a/plm-app/src/components/layout/SideNav.tsx +++ b/plm-app/src/components/layout/SideNav.tsx @@ -247,8 +247,9 @@ export function SideNav() { onClick={() => (window.location.href = "/dashboard/overview")} >
- -

PLM

+

+ PLM Logo +

@@ -265,7 +266,7 @@ export function SideNav() { ))} -
+ {/*
@@ -289,7 +290,7 @@ export function SideNav() {
-
+ */} ); }