fix: replace Draftsman with Architect (#427)

pull/433/head
JavaScript Joe 5 years ago committed by Christopher Chedeau
parent 6892348c3d
commit b2d3d6eca3

@ -141,7 +141,7 @@ export const actionChangeSloppiness: Action = {
<h5>Sloppiness</h5>
<ButtonSelect
options={[
{ value: 0, text: "Draftsman" },
{ value: 0, text: "Architect" },
{ value: 1, text: "Artist" },
{ value: 3, text: "Cartoonist" }
]}

Loading…
Cancel
Save