diff --git a/app/profiles/ProfileFilters.tsx b/app/profiles/ProfileFilters.tsx index 1d1d431f..41de8567 100644 --- a/app/profiles/ProfileFilters.tsx +++ b/app/profiles/ProfileFilters.tsx @@ -28,8 +28,8 @@ interface FilterProps { export const dropdownConfig: { id: DropdownKey, name: string }[] = [ {id: "connections", name: "Desired Connections"}, - {id: "interests", name: "Core Interests"}, {id: "coreValues", name: "Core Values"}, + {id: "interests", name: "Core Interests"}, {id: "causeAreas", name: "Cause Areas"}, ]