diff --git a/app/src/frontend/legend.js b/app/src/frontend/legend.js index 658e2dcb..7991f4d8 100644 --- a/app/src/frontend/legend.js +++ b/app/src/frontend/legend.js @@ -6,6 +6,7 @@ import { EditIcon } from './icons'; import './legend.css'; import CONFIG from './fields-config.json'; +import InfoBox from './info-box'; const LEGEND_CONFIG = { @@ -86,7 +87,7 @@ const Legend = (props) => { return ( -

Click on the map to see more information about a building…

+ { CONFIG.map((data_group) => (