Merge pull request #843 from colouring-cities/rename-street-context
Rename "Streetscape" to "Street Context"
This commit is contained in:
commit
08b6f0fc04
@ -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…",
|
||||
},
|
||||
|
@ -219,7 +219,7 @@ export const categoryMapsConfig: {[key in Category]: CategoryMapDefinition[]} =
|
||||
[Category.Streetscape]: [{
|
||||
mapStyle: undefined,
|
||||
legend: {
|
||||
title: 'Streetscape',
|
||||
title: 'Street Context',
|
||||
elements: []
|
||||
},
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user