Merge branch 'master' into copy-tool-enable

This commit is contained in:
Ed Chalstrey 2022-06-24 14:09:33 +01:00
commit 593be69514
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ export const categoriesConfig: {[key in Category]: CategoryDefinition} = {
[Category.Streetscape]: {
inactive: true,
slug: 'streetscape',
name: 'Streetscape',
name: 'Street Context',
aboutUrl: 'https://pages.colouring.london/greenery',
intro: "What's the building's context? Coming soon…",
},

View File

@ -219,7 +219,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
[Category.Streetscape]: [{
mapStyle: undefined,
legend: {
title: 'Streetscape',
title: 'Street Context',
elements: []
},
}],