Skip to content

Commit 2927ab6

Browse files
리니_이경린lgrin-byte
authored andcommitted
fix: 말투 수정
1 parent 4fa08c3 commit 2927ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SelectStyle/SelectStyle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ const IMG_STYLE_DATA = [
2828

2929
const STYLE_NAME_MAPPING: { [key: string]: string } = {
3030
"친근한 말투": "FRIENDLY",
31-
"유쾌한 말투": "CUTE",
32-
"귀여운 말투": "PROFESSIONAL",
31+
"믿음직한 말투": "PROFESSIONAL",
32+
"귀여운 말투": "CUTE",
3333
};
3434

3535
const SelectStyle = () => {

0 commit comments

Comments
 (0)