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 dea77b7 commit 5d65014Copy full SHA for 5d65014
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 = () => {
src/pages/LoadingPage/LoadingPage.tsx
@@ -38,7 +38,6 @@ const LoadingPage = () => {
38
최대 30초까지 소요될 수 있어요
39
</Text>
40
</div>
41
-
42
<div className={styles.Image}>
43
<img src="/assets/img/img-loading.webp" alt="createReviewImg" />
44
0 commit comments