From 8fdb107426e2d4d1a74e8e1242822634cdb306ba Mon Sep 17 00:00:00 2001 From: AbhishekLambda <165039502+AbhishekLambda@users.noreply.github.com> Date: Wed, 25 Feb 2026 02:36:11 +0530 Subject: [PATCH] Revert "Revert "Add Bangalore to the list of cities"" --- frontend/src/components/SearchBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/SearchBar.tsx b/frontend/src/components/SearchBar.tsx index 6a5cd8a..b408531 100644 --- a/frontend/src/components/SearchBar.tsx +++ b/frontend/src/components/SearchBar.tsx @@ -27,6 +27,7 @@ const LOCATIONS = [ { city: 'Seoul', state: 'South Korea', country: 'South Korea' }, { city: 'Ghaziabad', state: 'Uttar Pradesh', country: 'India' }, { city: 'Delhi', state: 'Delhi', country: 'India' }, + { city: 'Bangalore', state: 'Karnataka', country: 'India' }, ]; const SearchBar = ({ onSearch, initialFilters }: SearchBarProps) => {