* Initial About page
* Update navigation links
- adds hover and current effects
- fits width of each nav link to content
* Add location prop to J40Header
* Fix a11y error on internal links
- remove AboutCard LinkTypeWrapper if url is not specified
- remove gherkin tests on new nav links
- update snapshots
* Fix mobile nav for new nav links
* Add usa-current class to dropdown nav
* Add Explore the Data box
* Update explore page description
- Remove paragraph under map
* Update territories copy
- Remove How you can help
* Update Whitehouse footer icon
* Correct heading order to pass a11y
* Remove beta pill in Beta Banner
- update snapshots
* Update explore page description
- remove color key
* revert image back to eagle seal
* Update release date variable name
* Add Impute, Adj and tribal signals to side panel
* Remove test category
- move send feedback button outside of categorization div
- left justify send feedback button
- update snapshots
* Update links in the territories paragraph on explore page
* Update tribal lands copy on explore page
* Align geolocate icon on desktop and mobile
* Add inverted style to YES
- update snapshots
* Update links colors
- Language links
- Download links
- Simple links
- External links
- Side panel demographics links
- return to top links
- update snapshots
* Fix wrapping on logo title
- remove beta pill
* Update un-selected side panel copy (desktop)
- two icons are needed
* Remove icons on mobile view
* Remove the pub. eng. button on all pages
* Add usa-link class to all links
- will create consiste visible state on all links
* Remove tribal toggle
- remove tribal layer from feature flag and make it default
* Remove up/down arrows from indicators
* update style of side panel categories if supported
- if the browser has ":has" support, the new category styles will be applied
- if not, the older style will remain in place
* update snapshots
* update styling for indicator values
- refactor disadvantaged blue dot to utils.scss
* remove missing icon and reduce subtext font size
* Remove un-needed import in test file
* Update category, indicator copy
* Update copy indicator desc and titles
* update side panel styling for 1.0
* Update methodology version / styling
* remove duplicate high school degree indicator
- for island areas
* Update 404 page copy
* Remove link that is failing during markdown checks
* Updated FE indicators constants to remove _M
- by removing these _M suffix on the FE
constants, we remove any dependency on changes to the BE score
* Add HRS_ET
- refactor to add IndicatorTypes
- modify tests
- add intl
* Add AML and FUDS
- update indicatorFilter
- update tests each indicator has 3 states to test
* Connect BE signal for demographics
- update tests
- i18n-ize
* Remove obsolete tests snapshots
* Update to Score N constants
* Remove higher ed socio-economic indicator
- remove spacer "Meets both socio"
- update snapshots
* Update BE signal types for
- AML
- FUDS
* Filter out missing historic underinvest. indicators
- For the special case when historic underinvestments are missing do not show that indicator at all
- update unit tests
* Make AML appear as No for all that are missing
* Update snapshot
- create a state variable to keep track of weather or not the layer was toggled
- allow mapInfoPanel to reset on layer switch
- allow AreaDetail to show census and tribal info
- allow LayerSelector to set layer toggled
- Add selectedFeature to both MapTribal and MapTract components
- create various tribal constants for styling
- i18n constants
- Remove census tracts layers into it's own component
- Create a tribal layer component
- Update LayerSelector component tests
- update OS map to react to layer selector
-