Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 23, 2024
2 parents 8219cc1 + 603bb5c commit dd57f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Dropdown: React.FC<DropdownProp> = ({ type, onChange, homeRoom }) => {
{ value: "Log", label: "세미나실 3-1(Log)" },
{ value: "은하", label: "세미나실 3-2(은하)" },
{ value: "PiCK", label: "세미나실 3-3(PiCK)" },
{ value: "어게인", label: "보안 1실(어게인)" },
{ value: "DLC", label: "보안 1실(어게인)" },
{ value: "info", label: "보안 2실(info)" },
{ value: "TeamQSS", label: "세미나실 4-1(TeamQSS)" },
{ value: "NoNamed", label: "세미나실 4-2(NoNamed)" },
Expand Down

0 comments on commit dd57f6e

Please sign in to comment.