From 88459f3e092e068888356033e1e57589206ecc8a Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Thu, 25 Jun 2020 04:56:26 +0100 Subject: [PATCH] Amend Agriculture and Fisheries legend text --- app/src/frontend/map/legend.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/legend.tsx b/app/src/frontend/map/legend.tsx index 6924acd3..d45d3527 100644 --- a/app/src/frontend/map/legend.tsx +++ b/app/src/frontend/map/legend.tsx @@ -29,7 +29,7 @@ const LEGEND_CONFIG = { { color: '#b3de69', text: 'Transport' }, { color: '#cccccc', text: 'Utilities & Infrastructure' }, { color: '#898944', text: 'Defence' }, - { color: '#52403c', text: 'Agriculture & Fisheries'}, + { color: '#52403c', text: 'Agriculture'}, { color: '#ffffff', text: 'Vacant & Derelict' } ] },