Fix drawing tool rename in map controls

This commit is contained in:
Mitchell McCaffrey 2020-06-22 09:24:45 +10:00
parent d677f3623f
commit afb22c7a73

View File

@ -42,9 +42,9 @@ function MapContols({
SettingsComponent: FogToolSettings,
},
drawing: {
id: "brush",
id: "drawing",
icon: <BrushToolIcon />,
title: "Brush Tool",
title: "Drawing Tool",
SettingsComponent: DrawingToolSettings,
},
};