Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix various modal & autocomplete UX issues [#766](https://github.com/azavea/echo-locator/pull/766)
- Offset modals if mobile keyboard open [#774](https://github.com/azavea/echo-locator/pull/774)
- Clean up following data update [#777](https://github.com/azavea/echo-locator/pull/777)
- Update boston school choice link [#778](https://github.com/azavea/echo-locator/pull/778)

### Removed
3 changes: 1 addition & 2 deletions src/frontend/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export const MAPBOX_GEOCODING_API_BASE_URL =
"https://api.mapbox.com/search/geocode/v6/forward";

export const CAMBRIDGE_SCHOOL_CHOICE_LINK = "https://www.cpsd.us/";
export const BOSTON_SCHOOL_CHOICE_LINK =
"https://discover.bostonpublicschools.org/";
export const BOSTON_SCHOOL_CHOICE_LINK = "https://bostonpublicschools.org/";
export const AFFORDABILITY_CALCULATOR_URL =
"https://www.bostonhousing.org/en/Section-8-Leased-Housing/How-Rent-is-Set/Can-I-afford-this-apartment-Use-our-new-Rent-Esti.aspx";