diff --git a/frontend/src/components/SearchBar.tsx b/frontend/src/components/SearchBar.tsx index 865eb9d..a3ae98a 100644 --- a/frontend/src/components/SearchBar.tsx +++ b/frontend/src/components/SearchBar.tsx @@ -27,6 +27,7 @@ const LOCATIONS = [ { city: 'London', state: 'England', country: 'United States' }, { city: 'Seoul', state: 'South Korea', country: 'United States' }, { city: 'Cairo', state: 'Egypt', country: 'United States' }, + { city: 'Berlin', state: 'Germany', country: 'United States' }, ]; const SearchBar = ({ onSearch, initialFilters }: SearchBarProps) => {