From afb22c7a735a0c6c2f6a9d02414dc5108141b89c Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Mon, 22 Jun 2020 09:24:45 +1000 Subject: [PATCH] Fix drawing tool rename in map controls --- src/components/map/MapControls.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/MapControls.js b/src/components/map/MapControls.js index 0c75af7..8cf5f51 100644 --- a/src/components/map/MapControls.js +++ b/src/components/map/MapControls.js @@ -42,9 +42,9 @@ function MapContols({ SettingsComponent: FogToolSettings, }, drawing: { - id: "brush", + id: "drawing", icon: , - title: "Brush Tool", + title: "Drawing Tool", SettingsComponent: DrawingToolSettings, }, };