mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-14 17:54:47 +01:00
fix: replace Draftsman with Architect (#427)
This commit is contained in:
committed by
Christopher Chedeau
parent
6892348c3d
commit
b2d3d6eca3
@@ -141,7 +141,7 @@ export const actionChangeSloppiness: Action = {
|
|||||||
<h5>Sloppiness</h5>
|
<h5>Sloppiness</h5>
|
||||||
<ButtonSelect
|
<ButtonSelect
|
||||||
options={[
|
options={[
|
||||||
{ value: 0, text: "Draftsman" },
|
{ value: 0, text: "Architect" },
|
||||||
{ value: 1, text: "Artist" },
|
{ value: 1, text: "Artist" },
|
||||||
{ value: 3, text: "Cartoonist" }
|
{ value: 3, text: "Cartoonist" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user