Skip to content

Commit

Permalink
style: update UC Los Angeles to UCLA
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Apr 5, 2024
1 parent fc6a025 commit 02a43e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/search/SearchSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export const SearchSelect = (props: DropdownComponentProps) => {
option = item.split(": ")[1];
}

if (option.includes("Los Angeles")) {
option = "UCLA";
}

return (
<SelectItem
value={item}
Expand Down

0 comments on commit 02a43e9

Please sign in to comment.