From 75fe7dda4c274a47a51002bf6eb789d9e85405c8 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Wed, 26 Jul 2023 14:41:34 +0100 Subject: [PATCH] Remove 'under development' text --- app/src/frontend/config/categories-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/config/categories-config.ts b/app/src/frontend/config/categories-config.ts index 06906091..dd021270 100644 --- a/app/src/frontend/config/categories-config.ts +++ b/app/src/frontend/config/categories-config.ts @@ -98,7 +98,7 @@ export const categoriesConfig: {[key in Category]: CategoryDefinition} = { slug: 'typology', name: 'Typology', aboutUrl: 'https://pages.colouring.london/buildingtypology', - intro: 'Note: This section is currently under development, we are working to activate it as soon as possible. This section provides open data on the typology of the building.', + intro: 'This section provides open data on the typology of the building.', }, [Category.LandUse]: { slug: 'land-use',