Skip to content

Commit

Permalink
chore : 드롭다운 value수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 1, 2024
1 parent 47e2a4f commit 5a81ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ const Dropdown: React.FC<DropdownProp> = ({ type, onChange, homeRoom }) => {
{ value: "DMS", label: "세미나실 2-2(DMS)" },
{ value: "gram", label: "세미나실 2-3(gram)" },
{ value: "Liear", label: "세미나실 2-4(Liear)" },
{ value: "gram1", label: "3-2교실(gram)" },
{ value: "gram-2", label: "3-2교실(gram)" },
{ value: "EXIT", label: "소개1실(EXIT)" },
{ value: "Lift", label: "소개2실(Lift)" },
{ value: "DMS3학년", label: "소개 3실(DMS 3학년)" },
{ value: "DMS-2", label: "소개 3실(DMS 3학년)" },
{ value: "자습", label: "2-1교실(자습)" },
{ value: "Log", label: "세미나실 3-1(Log)" },
{ value: "은하", label: "세미나실 3-2(은하)" },
Expand Down

0 comments on commit 5a81ff7

Please sign in to comment.