From 40891cd4cea75ec961dc948c188b05b2f7903ebc Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Wed, 2 Oct 2019 19:41:53 +0100 Subject: [PATCH] Add Sustainability DEC description to legend --- app/src/frontend/map/legend.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/frontend/map/legend.tsx b/app/src/frontend/map/legend.tsx index 47b2eb12..207c41c0 100644 --- a/app/src/frontend/map/legend.tsx +++ b/app/src/frontend/map/legend.tsx @@ -74,6 +74,7 @@ const LEGEND_CONFIG = { }, sustainability: { title: 'Sustainability', + description: 'DEC Rating', elements: [ { color: "#007f3d", text: 'A' }, { color: "#2c9f29", text: 'B' },