Revert "reorder legend entries to match order in interface"

This reverts commit b80cdb23b4.
This commit is contained in:
Mateusz Konieczny 2022-09-25 00:01:18 +02:00
parent cea4bad4e4
commit aa04cda117

View File

@ -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'},
]