From 02a43e936a7aed66dbade7db48fe949e98b89f9d Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Fri, 5 Apr 2024 13:53:59 -0700 Subject: [PATCH] style: update UC Los Angeles to UCLA --- components/search/SearchSelect.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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 (