We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c54e2d commit c055855Copy full SHA for c055855
src/components/SelectStyle/SelectStyle.tsx
@@ -28,8 +28,8 @@ const IMG_STYLE_DATA = [
28
29
const STYLE_NAME_MAPPING: { [key: string]: string } = {
30
"친근한 말투": "FRIENDLY",
31
- "유쾌한 말투": "CUTE",
32
- "귀여운 말투": "PROFESSIONAL",
+ "믿음직한 말투": "PROFESSIONAL",
+ "귀여운 말투": "CUTE",
33
};
34
35
const SelectStyle = () => {
0 commit comments