diff --git a/app/src/frontend/config/category-maps-config.ts b/app/src/frontend/config/category-maps-config.ts index b4ca4d3f..24013fa3 100644 --- a/app/src/frontend/config/category-maps-config.ts +++ b/app/src/frontend/config/category-maps-config.ts @@ -177,8 +177,8 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} = { color: '#c72e08', text: 'Grade I Listed'}, { color: '#e75b42', text: 'Grade II* Listed'}, { color: '#ffbea1', text: 'Grade II Listed'}, - { color: '#85ffd4', text: 'Heritage at Risk'}, { color: '#858ed4', text: 'Locally Listed'}, + { color: '#85ffd4', text: 'Heritage at Risk'}, { color: '#858eff', text: 'In World Heritage Site'}, { color: '#8500d4', text: 'In Archaeological Priority Area'}, ]