Skip to content

Commit 545ba32

Browse files
authored
Merge pull request #20 from itskaustubh/beanie
feat: added hairStyle "beanie"
2 parents b1a560f + 26e0a36 commit 545ba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const sex = ["man", "woman"];
1515
const faceColor = ["#F9C9B6", "#AC6651"];
1616
const earSize = ["small", "big"];
1717
const hairColor = ["#000", "#fff", "#77311D", "#FC909F", "#D2EFF3", "#506AF4", "#F48150"];
18-
const hairStyleMan = ["normal", "thick", "mohawk","beanie","turban"];
18+
const hairStyleMan = ["normal", "thick", "mohawk", "beanie"];
1919
const hairStyleWoman = ["normal", "womanLong", "womanShort"];
2020
const eyeBrowWoman = ["up", "upWoman"];
2121
const eyeStyle = ["circle", "oval", "smile"];

0 commit comments

Comments
 (0)