From 87dbefefd306c3b7dabd8f72570fc597a58007f0 Mon Sep 17 00:00:00 2001 From: hyuna Date: Fri, 23 Aug 2024 15:04:06 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20=EC=96=B4=EA=B2=8C=EC=9D=B8=20->?= =?UTF-8?q?=20dlc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/common/dropdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/common/dropdown/index.tsx b/src/app/components/common/dropdown/index.tsx index 6e2420a..d4db932 100644 --- a/src/app/components/common/dropdown/index.tsx +++ b/src/app/components/common/dropdown/index.tsx @@ -121,7 +121,7 @@ const Dropdown: React.FC = ({ type, onChange, homeRoom }) => { { value: "Log", label: "세미나실 3-1(Log)" }, { value: "은하", label: "세미나실 3-2(은하)" }, { value: "PiCK", label: "세미나실 3-3(PiCK)" }, - { value: "DLC", label: "보안 1실(어게인)" }, + { value: "DLC", label: "보안 1실(DLC)" }, { value: "info", label: "보안 2실(info)" }, { value: "TeamQSS", label: "세미나실 4-1(TeamQSS)" }, { value: "NoNamed", label: "세미나실 4-2(NoNamed)" },