Skip to content

Commit 5d65014

Browse files
committed
refactor: select style 데이터 수정
1 parent dea77b7 commit 5d65014

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 = () => {

src/pages/LoadingPage/LoadingPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const LoadingPage = () => {
3838
최대 30초까지 소요될 수 있어요
3939
</Text>
4040
</div>
41-
4241
<div className={styles.Image}>
4342
<img src="/assets/img/img-loading.webp" alt="createReviewImg" />
4443
</div>

0 commit comments

Comments
 (0)