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, }, };