From b80cdb23b4a4243b09bb7d55194bccaf5ba56720 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Fri, 23 Sep 2022 22:08:33 +0200 Subject: [PATCH] reorder legend entries to match order in interface --- app/src/frontend/config/category-maps-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/config/category-maps-config.ts b/app/src/frontend/config/category-maps-config.ts index 24013fa3..b4ca4d3f 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: '#858ed4', text: 'Locally Listed'}, { color: '#85ffd4', text: 'Heritage at Risk'}, + { color: '#858ed4', text: 'Locally Listed'}, { color: '#858eff', text: 'In World Heritage Site'}, { color: '#8500d4', text: 'In Archaeological Priority Area'}, ]