Skip to content

Commit c055855

Browse files
author
리니_이경린
committed
fix: 말투 수정
1 parent 0c54e2d commit c055855

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)