fix: replace Draftsman with Architect (#427)

This commit is contained in:
JavaScript Joe 2020-01-17 10:00:25 -07:00 committed by Christopher Chedeau
parent 6892348c3d
commit b2d3d6eca3
1 changed files with 1 additions and 1 deletions

View File

@ -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" }
]}