diff --git a/components/search/SearchSelect.tsx b/components/search/SearchSelect.tsx index e904cfa..ea4d92c 100644 --- a/components/search/SearchSelect.tsx +++ b/components/search/SearchSelect.tsx @@ -36,6 +36,10 @@ export const SearchSelect = (props: DropdownComponentProps) => { option = item.split(": ")[1]; } + if (option.includes("Los Angeles")) { + option = "UCLA"; + } + return (