From 7331c9fc93082a057c6f0a98fcc6215e3d83aac1 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 4 Aug 2025 00:25:04 +0200 Subject: [PATCH] Swap filters --- app/profiles/ProfileFilters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, ]